##// END OF EJS Templates
Merge pull request #3630 from minrk/css...
Merge pull request #3630 from minrk/css CSS adjustments - remove boilerplate.css, as it is redundant with bootstrap's own reset.less - add ipython.less / ipython.min.css for IPython-only CSS - move font-awesome to outermost style.less, so it is not included in ipython.min.css, where it is not desirable. This doesn't do any of the naming / scoping cleanup that we should ultimately do, but it does create the file where that will have its desired effect.

File last commit:

r3692:7403bafc
r11438:f6a47d3d merge
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass