change to relative imports to cope with the interdimensional imports

This commit is contained in:
Xevion
2019-11-03 03:58:04 -06:00
parent 004e492ae8
commit 184e54df52
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ import os
import sys
import time
import json
import auth
import pull
import process
from . import auth
from . import pull
from . import process
import logging

View File

@@ -1,6 +1,6 @@
import os
import sys
import auth
from . import auth
import json
import shutil
import pprint