making a LOT of headway on the gi stuff but hitting a namespace issue

This commit is contained in:
brent s
2019-11-04 23:18:28 -05:00
parent 0ad8314d0b
commit 27978786b8
8 changed files with 247 additions and 64 deletions

View File

@@ -21,3 +21,8 @@ try:
from . import mdadm_fallback
except ImportError:
from . import mdadm_fallback as mdadm
try:
from . import _common
except ImportError:
pass # GI isn't supported, so we don't even use a fallback.