##// END OF EJS Templates
Merge pull request #1306 from ivanov/fix1302...
Merge pull request #1306 from ivanov/fix1302 Fix %prun input parsing for escaped characters (closes #1302)

File last commit:

r3408:261328d5
r5937:6bc0f536 merge
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from mglob import *
except ImportError:
from _mglob import *