##// END OF EJS Templates
Merge pull request #2029 from minrk/unminified2...
Merge pull request #2029 from minrk/unminified2 Ship unminified js for easier packaging. We now conform to the Debian packaging guidelines regarding the presence of binary blobs (the minified JS sources). Includes unminified single-file versions of prettify, jQuery-1.7.1, and jquery/jquery-ui@ba8f147. These files are totally unused by us, as we use the minified code, but allow packagers to validate/reminify/etc according to their own policies. Closes #1265.

File last commit:

r3518:584e9d75
r7708:ca6c4d0e merge
Show More
__init__.py
10 lines | 349 B | text/x-python | PythonLexer
"""IPython.kernel has been replaced by IPython.parallel.
The previous version of IPython's parallel library was located at this
location (IPython.kernel). It has been moved to the IPython.parallel
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
Please see INSERT URL for further details.
"""
raise ImportError(__doc__)