fix imports

This commit is contained in:
Usman Nasir
2019-12-11 10:40:35 +05:00
parent a7f1f2a54b
commit 6e6cbed1a0
103 changed files with 165 additions and 165 deletions

View File

@@ -10,8 +10,8 @@ try:
django.setup()
except:
pass
from IncBackupsControl import IncJobs
from IncBackups.models import BackupJob
from .IncBackupsControl import IncJobs
from .IncBackups.models import BackupJob
from random import randint
import argparse
try: