making a LOT of headway on the gi stuff but hitting a namespace issue
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
try:
|
||||
from . import constants
|
||||
except ImportError:
|
||||
from . import constants_fallback as constants
|
||||
|
||||
from . import disk
|
||||
from . import system
|
||||
from . import config
|
||||
from . import constants
|
||||
from . import envsetup
|
||||
from . import log
|
||||
from . import network
|
||||
from . import pacman
|
||||
from . import utils
|
||||
|
||||
|
||||
|
||||
|
||||
class AIF(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user