renamed over.core.textui to over.core.text

This commit is contained in:
Overwatch 2014-12-10 18:18:48 +01:00
parent 2f778e7c79
commit 93e8c12547
6 changed files with 14 additions and 13 deletions

2
aux.py
View file

@ -5,4 +5,4 @@ import sys
from . import core
_print = core.textui.Output('over', stream=sys.stderr)
_print = core.text.Output('over', stream=sys.stderr)