##// END OF EJS Templates
Ongoing work on the config system....
Ongoing work on the config system. At this point, I am mostly testing out various approaches, but: * class_traits and class_trait_names added. * appconfig example created for testing new config ideas. * InteractiveShell traits updated. * shortname handling added to command line config loader.

File last commit:

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