mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-09 02:09:04 -06:00
change to relative imports to cope with the interdimensional imports
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user