##// END OF EJS Templates
Fix more failures due to direct shell access in magics.
Fix more failures due to direct shell access in magics.

File last commit:

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