Merge branch 'master' of git.covalent.cz:overwatch/over
This commit is contained in:
commit
20393b74ff
2 changed files with 12 additions and 1 deletions
|
@ -7,10 +7,11 @@ from . import cmd
|
|||
from . import file
|
||||
from . import misc
|
||||
from . import text
|
||||
textui = text
|
||||
|
||||
try:
|
||||
from . import cython_types as types
|
||||
except:
|
||||
aux._print('unable to load C implementation, using python instead', text.prefix.warn)
|
||||
from . import python_types as types
|
||||
|
||||
textui = aux.DeprecationForwarder(text, 'over.core.textui', 'over.core.text')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue