##// END OF EJS Templates
Merge pull request #1419 from takluyver/install-ext...
Merge pull request #1419 from takluyver/install-ext Add %install_ext magic function and associated extension-loading tests

File last commit:

r3408:261328d5
r6186:dbf3bdc6 merge
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *