re-export using "import x as x"
This commit is contained in:
parent
1ecab08651
commit
db1dcc5e83
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ version = __version__ # legacy compatibility
|
||||||
|
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
if system == 'Windows':
|
if system == 'Windows':
|
||||||
from .windows import Process
|
from .windows import Process as Process
|
||||||
elif system == 'Linux':
|
elif system == 'Linux':
|
||||||
from .linux import Process
|
from .linux import Process as Process
|
||||||
else:
|
else:
|
||||||
raise MemEditError('Only Linux and Windows are currently supported.')
|
raise MemEditError('Only Linux and Windows are currently supported.')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue