##// END OF EJS Templates
add `setup.py css` command...
add `setup.py css` command It just does `cd IPython/html && fab css`, but I'm tired of doing it manually.

File last commit:

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