mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
remove backup setting from __init__, it's done elsewhere now
This commit is contained in:
parent
db4fb87d68
commit
4b978e0d86
1 changed files with 0 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue