##// END OF EJS Templates
improve config line magic...
improve config line magic check for MissUpperCasing and add additional info if there is a case insensitive match on clas if line of the form %config Class.value return the value of the trait instead of just throwing bad usage

File last commit:

r3408:261328d5
r10207:8ae53f33
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *