##// END OF EJS Templates
Use py3compat.cast_bytes_py2 in cythonmagic extension.
Use py3compat.cast_bytes_py2 in cythonmagic extension.

File last commit:

r4053:b45902e3
r7113:a4c92396
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *