##// END OF EJS Templates
Cast module name to bytes for Py2 ModuleType constructor...
Cast module name to bytes for Py2 ModuleType constructor Closes gh-6282

File last commit:

r13347:54891794
r17593:3cfbefe0
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *