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 sys
import time import time
import json import json
import auth from . import auth
import pull from . import pull
import process from . import process
import logging import logging

View File

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