##// END OF EJS Templates
normalize unicode in notebook API tests...
normalize unicode in notebook API tests was failing comparison on OS X

File last commit:

r13347:54891794
r15623:87f1c23e
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *