##// END OF EJS Templates
Merge pull request #754 from minrk/msg_id...
Merge pull request #754 from minrk/msg_id restore msg_id/msg_type aliases in top level of msg dict

File last commit:

r3408:261328d5
r4721:7ff2814e merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from pyparsing import *
except ImportError:
from _pyparsing import *