##// END OF EJS Templates
Add coding header when notebook exported to .py file....
Add coding header when notebook exported to .py file. Closes gh-1156

File last commit:

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