##// END OF EJS Templates
Merge pull request #2100 from Carreau/2to3fixes...
Merge pull request #2100 from Carreau/2to3fixes python 2 and 3 compatibility without 2to3 apply some fixes : - apply (deactivated in setup.py now) - repr (deactivated in setup.py now) - print (only in modules with print >>) - raise (partially) don't touch deathrow and quarantine.

File last commit:

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