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
|
@ -3,6 +3,6 @@
|
|||
|
||||
import sys
|
||||
|
||||
from . import textui
|
||||
from . import text
|
||||
|
||||
_print = textui.Output('over.core', stream=sys.stderr)
|
||||
_print = text.Output('over.core', stream=sys.stderr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue