##// END OF EJS Templates
Merge pull request #1761 from stevenJohnson/patch-1...
Merge pull request #1761 from stevenJohnson/patch-1 DOC: use IPYTHONDIR in place of ~/.ipython

File last commit:

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