mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-06 21:16:56 -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 time
|
||||
import json
|
||||
import auth
|
||||
import pull
|
||||
import process
|
||||
from . import auth
|
||||
from . import pull
|
||||
from . import process
|
||||
import logging
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
import auth
|
||||
from . import auth
|
||||
import json
|
||||
import shutil
|
||||
import pprint
|
||||
|
||||
Reference in New Issue
Block a user