##// END OF EJS Templates
Backport PR #2067: update tools/release_windows.py...
r7987:ef8bd66e
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *