2.0 RELEASE (candidate :)

- removed old garbage
- distutils
This commit is contained in:
Martinez 2017-10-10 00:26:52 +02:00
parent 76ab4c1d32
commit 3a8ae90597
11 changed files with 20 additions and 820 deletions

View file

@ -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)