mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Refactor nzbToMediaUtil -> utils
This commit is contained in:
parent
34904ee892
commit
f61a17b8a0
14 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
from core import logger, main_db
|
||||
from core.nzbToMediaUtil import backup_versioned_file
|
||||
from core.utils import backup_versioned_file
|
||||
|
||||
MIN_DB_VERSION = 1 # oldest db version we support migrating from
|
||||
MAX_DB_VERSION = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue