##// END OF EJS Templates
Restore kernel status to header
r5129:08b25981
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *