mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-11 18:08:58 -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user