From 4b978e0d86e958b7bcdb6cd7b31a373b588f15c9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 6 Feb 2010 00:46:54 +0900 Subject: [PATCH] remove backup setting from __init__, it's done elsewhere now --- ankiqt/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ankiqt/__init__.py b/ankiqt/__init__.py index be0c41a51..bdc791466 100644 --- a/ankiqt/__init__.py +++ b/ankiqt/__init__.py @@ -164,11 +164,6 @@ def run(): conf = ankiqt.config.Config( unicode(os.path.abspath(opts.config), sys.getfilesystemencoding())) - # backups - from anki import DeckStorage - DeckStorage.backupDir = os.path.join(conf.configPath, - "backups") - # qt translations translationPath = '' if 'linux' in sys.platform or 'unix' in sys.platform: