Also restore pycompat.class_types and deprecate it properly.

This commit is contained in:
Robert Lehmann
2015-02-24 07:48:14 +01:00
parent 2c22f737bd
commit 5c6411bfb1

View File

@@ -135,6 +135,7 @@ sys.modules[__name__] = _DeprecationWrapper(sys.modules[__name__], dict(
any = any,
next = next,
open = open,
class_types = class_types,
base_exception = BaseException,
relpath = __import__('os').path.relpath,
StringIO = io.StringIO,