##// END OF EJS Templates
Backport PR #2685: Fix pretty print of types when `__module__` is not available....
Backport PR #2685: Fix pretty print of types when `__module__` is not available. In Python 3, heap allocated types -- for example those created using PyType_FromSpec -- lack the `__module__` attribute. Closes #2684

File last commit:

r3408:261328d5
r9848:2c829199
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *