namespace issue fixed!

This commit is contained in:
brent s
2019-11-04 23:38:32 -05:00
parent 27978786b8
commit 46351329b8
4 changed files with 41 additions and 33 deletions

View File

@@ -1,13 +1,14 @@
import re
##
import parted
import parted # Do I need this if I can have libblockdev's mounts API? Is there a way to get current mounts?
import psutil
##
import aif.constants
import aif.disk._common
import aif.utils
from . import _common
_BlockDev = aif.disk._common.BlockDev
_BlockDev = _common.BlockDev
class Partition(object):