##// END OF EJS Templates
Merge pull request #4497 from minrk/datetime-session...
Merge pull request #4497 from minrk/datetime-session don't automatically unpack datetime objects in the message spec only unpack in headers move handling of datetime objects in content and metadata to application-level code minor fix to ISO8601 re (closes #4493)

File last commit:

r11033:fa36e98f
r13542:c1cf1a93 merge
Show More
__init__.py
7 lines | 208 B | text/x-python | PythonLexer
"""The IPython HTML Notebook"""
import os
# Packagers: modify this line if you store the notebook static files elsewhere
DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static")
del os