##// END OF EJS Templates
Merge pull request #1999 from bfroehle/magic_help_improvements...
Merge pull request #1999 from bfroehle/magic_help_improvements `%magic` help: display line and cell magics in alphabetical order.

File last commit:

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