##// END OF EJS Templates
add utils.get_url_param...
add utils.get_url_param I really cannot believe that we need to write this ourselves

File last commit:

r13347:54891794
r19256:c75c7c05
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from decorator import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._decorator import *