2.0 RELEASE (candidate :)
- removed old garbage - distutils
This commit is contained in:
parent
76ab4c1d32
commit
3a8ae90597
11 changed files with 20 additions and 820 deletions
|
@ -13,12 +13,3 @@ from . import misc
|
|||
from . import text
|
||||
from . import types
|
||||
from . import version
|
||||
|
||||
print = text.Output("over.__init__", stream=sys.stderr)
|
||||
|
||||
core = aux.DeprecationForwarder(sys.modules[__name__], "over.core", "over")
|
||||
textui = aux.DeprecationForwarder(text, "over.core.textui", "over.text")
|
||||
|
||||
#for module in [types]:
|
||||
# if module.__file__[-2:] == "py":
|
||||
# print("<r>unable to load C implementation<.> of <y>%s<.>, falling back to pure Python instead" %(module.__name__), print.tl.warn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue