##// END OF EJS Templates
Merge pull request #2329 from bfroehle/usage_error...
Merge pull request #2329 from bfroehle/usage_error Better error messages for common magic commands.

File last commit:

r3408:261328d5
r8289:1fe875d1 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *