renamed over.core.textui to over.core.text
This commit is contained in:
parent
2f778e7c79
commit
93e8c12547
6 changed files with 14 additions and 13 deletions
|
@ -6,10 +6,11 @@ from . import aux
|
|||
from . import cmd
|
||||
from . import file
|
||||
from . import misc
|
||||
from . import textui
|
||||
from . import text
|
||||
textui = text
|
||||
|
||||
try:
|
||||
from . import cython_types as types
|
||||
except:
|
||||
aux._print('unable to load C implementation, using python instead', textui.prefix.warn)
|
||||
aux._print('unable to load C implementation, using python instead', text.prefix.warn)
|
||||
from . import python_types as types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue