##// END OF EJS Templates
Merge pull request #3558 from minrk/sphinxext...
Merge pull request #3558 from minrk/sphinxext Add IPython.sphinxext Install IPython-related sphinx extensions, so that they can be imported rather than other projects needing to ship their own copies.

File last commit:

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