##// END OF EJS Templates
Create decorators for standalone magic functions, as per review.x
Create decorators for standalone magic functions, as per review.x

File last commit:

r3408:261328d5
r6972:b7491ba6
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *