##// END OF EJS Templates
Merge pull request #4865 from cowlicks/patch-1...
Merge pull request #4865 from cowlicks/patch-1 `build` listed twice in .gitignore. Removing one.

File last commit:

r13347:54891794
r14735:908c5cde merge
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *