##// END OF EJS Templates
move pickleshare to external...
move pickleshare to external can remove and make a dependency when pickleshare installs on 3.4 (should be 0.5)

File last commit:

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