##// END OF EJS Templates
allow setting base_project_url and base_kernel_url to non-default values
allow setting base_project_url and base_kernel_url to non-default values

File last commit:

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