##// END OF EJS Templates
Merge pull request #4355 from Carreau/rm-vbox...
Merge pull request #4355 from Carreau/rm-vbox remove hardcoded box-orient remove some hardcoded vbox and hbox in html templates, those are not anymore in the notebook-app DOM, in favor oh having the less class inheriting from the corresponding mixin. This should allow easier pure-css customization.

File last commit:

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