summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-04-17 17:45:40 +0000
committerdrochner <drochner@pkgsrc.org>2012-04-17 17:45:40 +0000
commit48674c2567616e2926dbc28f9a8c9f64bb492344 (patch)
tree4a072f0caefa2b574bc165918eafd483e3e5d570 /devel
parent10185d43c0c5e80b9e7156fd4064bb449a982a9b (diff)
downloadpkgsrc-48674c2567616e2926dbc28f9a8c9f64bb492344.tar.gz
add pkg for ipython-0.12, the next major release, adding a nice
qt4 console (if py-qt4 is installed) and a web notebook (also needs additional pkgs, see the docs) Its APIs are incompatible to ipython-0.11 (which is used by the "accerciser" pkg), thus imported as a separate pkg.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ipython012/DESCR5
-rw-r--r--devel/py-ipython012/Makefile27
-rw-r--r--devel/py-ipython012/PLIST2044
-rw-r--r--devel/py-ipython012/distinfo8
-rw-r--r--devel/py-ipython012/patches/patch-ba42
-rw-r--r--devel/py-ipython012/patches/patch-bb13
-rw-r--r--devel/py-ipython012/patches/patch-setupbase.py13
7 files changed, 2152 insertions, 0 deletions
diff --git a/devel/py-ipython012/DESCR b/devel/py-ipython012/DESCR
new file mode 100644
index 00000000000..b85f4ea103e
--- /dev/null
+++ b/devel/py-ipython012/DESCR
@@ -0,0 +1,5 @@
+The goal of IPython is to create a comprehensive environment for interactive and
+exploratory computing. To support this goal, IPython has two main components:
+
+ * An enhanced interactive Python shell.
+ * An architecture for interactive parallel computing.
diff --git a/devel/py-ipython012/Makefile b/devel/py-ipython012/Makefile
new file mode 100644
index 00000000000..97eeb65cd5e
--- /dev/null
+++ b/devel/py-ipython012/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+#
+
+DISTNAME= ipython-0.12
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel lang
+MASTER_SITES= http://archive.ipython.org/release/0.12/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://ipython.org/
+COMMENT= Interactive computing environment for Python
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+USE_TOOLS+= gunzip
+
+# let not to install compressed man pages.
+pre-configure:
+ ${RUN}cd ${WRKSRC}/docs/man; gunzip *.1.gz
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-ipython012/PLIST b/devel/py-ipython012/PLIST
new file mode 100644
index 00000000000..ae01d21bbdf
--- /dev/null
+++ b/devel/py-ipython012/PLIST
@@ -0,0 +1,2044 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+bin/ipcluster
+bin/ipcontroller
+bin/ipengine
+bin/iplogger
+bin/iptest
+bin/ipython
+bin/irunner
+bin/pycolor
+${PYSITELIB}/IPython/.git_commit_info.ini
+${PYSITELIB}/IPython/__init__.py
+${PYSITELIB}/IPython/__init__.pyc
+${PYSITELIB}/IPython/__init__.pyo
+${PYSITELIB}/IPython/config/__init__.py
+${PYSITELIB}/IPython/config/__init__.pyc
+${PYSITELIB}/IPython/config/__init__.pyo
+${PYSITELIB}/IPython/config/application.py
+${PYSITELIB}/IPython/config/application.pyc
+${PYSITELIB}/IPython/config/application.pyo
+${PYSITELIB}/IPython/config/configurable.py
+${PYSITELIB}/IPython/config/configurable.pyc
+${PYSITELIB}/IPython/config/configurable.pyo
+${PYSITELIB}/IPython/config/loader.py
+${PYSITELIB}/IPython/config/loader.pyc
+${PYSITELIB}/IPython/config/loader.pyo
+${PYSITELIB}/IPython/config/profile/README
+${PYSITELIB}/IPython/config/profile/README_STARTUP
+${PYSITELIB}/IPython/config/profile/__init__.py
+${PYSITELIB}/IPython/config/profile/__init__.pyc
+${PYSITELIB}/IPython/config/profile/__init__.pyo
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.py
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/math/ipython_config.py
+${PYSITELIB}/IPython/config/profile/math/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/math/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.py
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.py
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.py
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyo
+${PYSITELIB}/IPython/config/tests/__init__.py
+${PYSITELIB}/IPython/config/tests/__init__.pyc
+${PYSITELIB}/IPython/config/tests/__init__.pyo
+${PYSITELIB}/IPython/config/tests/test_application.py
+${PYSITELIB}/IPython/config/tests/test_application.pyc
+${PYSITELIB}/IPython/config/tests/test_application.pyo
+${PYSITELIB}/IPython/config/tests/test_configurable.py
+${PYSITELIB}/IPython/config/tests/test_configurable.pyc
+${PYSITELIB}/IPython/config/tests/test_configurable.pyo
+${PYSITELIB}/IPython/config/tests/test_loader.py
+${PYSITELIB}/IPython/config/tests/test_loader.pyc
+${PYSITELIB}/IPython/config/tests/test_loader.pyo
+${PYSITELIB}/IPython/core/__init__.py
+${PYSITELIB}/IPython/core/__init__.pyc
+${PYSITELIB}/IPython/core/__init__.pyo
+${PYSITELIB}/IPython/core/alias.py
+${PYSITELIB}/IPython/core/alias.pyc
+${PYSITELIB}/IPython/core/alias.pyo
+${PYSITELIB}/IPython/core/application.py
+${PYSITELIB}/IPython/core/application.pyc
+${PYSITELIB}/IPython/core/application.pyo
+${PYSITELIB}/IPython/core/autocall.py
+${PYSITELIB}/IPython/core/autocall.pyc
+${PYSITELIB}/IPython/core/autocall.pyo
+${PYSITELIB}/IPython/core/builtin_trap.py
+${PYSITELIB}/IPython/core/builtin_trap.pyc
+${PYSITELIB}/IPython/core/builtin_trap.pyo
+${PYSITELIB}/IPython/core/compilerop.py
+${PYSITELIB}/IPython/core/compilerop.pyc
+${PYSITELIB}/IPython/core/compilerop.pyo
+${PYSITELIB}/IPython/core/completer.py
+${PYSITELIB}/IPython/core/completer.pyc
+${PYSITELIB}/IPython/core/completer.pyo
+${PYSITELIB}/IPython/core/completerlib.py
+${PYSITELIB}/IPython/core/completerlib.pyc
+${PYSITELIB}/IPython/core/completerlib.pyo
+${PYSITELIB}/IPython/core/crashhandler.py
+${PYSITELIB}/IPython/core/crashhandler.pyc
+${PYSITELIB}/IPython/core/crashhandler.pyo
+${PYSITELIB}/IPython/core/debugger.py
+${PYSITELIB}/IPython/core/debugger.pyc
+${PYSITELIB}/IPython/core/debugger.pyo
+${PYSITELIB}/IPython/core/display.py
+${PYSITELIB}/IPython/core/display.pyc
+${PYSITELIB}/IPython/core/display.pyo
+${PYSITELIB}/IPython/core/display_trap.py
+${PYSITELIB}/IPython/core/display_trap.pyc
+${PYSITELIB}/IPython/core/display_trap.pyo
+${PYSITELIB}/IPython/core/displayhook.py
+${PYSITELIB}/IPython/core/displayhook.pyc
+${PYSITELIB}/IPython/core/displayhook.pyo
+${PYSITELIB}/IPython/core/displaypub.py
+${PYSITELIB}/IPython/core/displaypub.pyc
+${PYSITELIB}/IPython/core/displaypub.pyo
+${PYSITELIB}/IPython/core/error.py
+${PYSITELIB}/IPython/core/error.pyc
+${PYSITELIB}/IPython/core/error.pyo
+${PYSITELIB}/IPython/core/excolors.py
+${PYSITELIB}/IPython/core/excolors.pyc
+${PYSITELIB}/IPython/core/excolors.pyo
+${PYSITELIB}/IPython/core/extensions.py
+${PYSITELIB}/IPython/core/extensions.pyc
+${PYSITELIB}/IPython/core/extensions.pyo
+${PYSITELIB}/IPython/core/fakemodule.py
+${PYSITELIB}/IPython/core/fakemodule.pyc
+${PYSITELIB}/IPython/core/fakemodule.pyo
+${PYSITELIB}/IPython/core/formatters.py
+${PYSITELIB}/IPython/core/formatters.pyc
+${PYSITELIB}/IPython/core/formatters.pyo
+${PYSITELIB}/IPython/core/history.py
+${PYSITELIB}/IPython/core/history.pyc
+${PYSITELIB}/IPython/core/history.pyo
+${PYSITELIB}/IPython/core/hooks.py
+${PYSITELIB}/IPython/core/hooks.pyc
+${PYSITELIB}/IPython/core/hooks.pyo
+${PYSITELIB}/IPython/core/inputsplitter.py
+${PYSITELIB}/IPython/core/inputsplitter.pyc
+${PYSITELIB}/IPython/core/inputsplitter.pyo
+${PYSITELIB}/IPython/core/interactiveshell.py
+${PYSITELIB}/IPython/core/interactiveshell.pyc
+${PYSITELIB}/IPython/core/interactiveshell.pyo
+${PYSITELIB}/IPython/core/ipapi.py
+${PYSITELIB}/IPython/core/ipapi.pyc
+${PYSITELIB}/IPython/core/ipapi.pyo
+${PYSITELIB}/IPython/core/logger.py
+${PYSITELIB}/IPython/core/logger.pyc
+${PYSITELIB}/IPython/core/logger.pyo
+${PYSITELIB}/IPython/core/macro.py
+${PYSITELIB}/IPython/core/macro.pyc
+${PYSITELIB}/IPython/core/macro.pyo
+${PYSITELIB}/IPython/core/magic.py
+${PYSITELIB}/IPython/core/magic.pyc
+${PYSITELIB}/IPython/core/magic.pyo
+${PYSITELIB}/IPython/core/magic_arguments.py
+${PYSITELIB}/IPython/core/magic_arguments.pyc
+${PYSITELIB}/IPython/core/magic_arguments.pyo
+${PYSITELIB}/IPython/core/oinspect.py
+${PYSITELIB}/IPython/core/oinspect.pyc
+${PYSITELIB}/IPython/core/oinspect.pyo
+${PYSITELIB}/IPython/core/page.py
+${PYSITELIB}/IPython/core/page.pyc
+${PYSITELIB}/IPython/core/page.pyo
+${PYSITELIB}/IPython/core/payload.py
+${PYSITELIB}/IPython/core/payload.pyc
+${PYSITELIB}/IPython/core/payload.pyo
+${PYSITELIB}/IPython/core/payloadpage.py
+${PYSITELIB}/IPython/core/payloadpage.pyc
+${PYSITELIB}/IPython/core/payloadpage.pyo
+${PYSITELIB}/IPython/core/plugin.py
+${PYSITELIB}/IPython/core/plugin.pyc
+${PYSITELIB}/IPython/core/plugin.pyo
+${PYSITELIB}/IPython/core/prefilter.py
+${PYSITELIB}/IPython/core/prefilter.pyc
+${PYSITELIB}/IPython/core/prefilter.pyo
+${PYSITELIB}/IPython/core/profileapp.py
+${PYSITELIB}/IPython/core/profileapp.pyc
+${PYSITELIB}/IPython/core/profileapp.pyo
+${PYSITELIB}/IPython/core/profiledir.py
+${PYSITELIB}/IPython/core/profiledir.pyc
+${PYSITELIB}/IPython/core/profiledir.pyo
+${PYSITELIB}/IPython/core/prompts.py
+${PYSITELIB}/IPython/core/prompts.pyc
+${PYSITELIB}/IPython/core/prompts.pyo
+${PYSITELIB}/IPython/core/pylabtools.py
+${PYSITELIB}/IPython/core/pylabtools.pyc
+${PYSITELIB}/IPython/core/pylabtools.pyo
+${PYSITELIB}/IPython/core/release.py
+${PYSITELIB}/IPython/core/release.pyc
+${PYSITELIB}/IPython/core/release.pyo
+${PYSITELIB}/IPython/core/shadowns.py
+${PYSITELIB}/IPython/core/shadowns.pyc
+${PYSITELIB}/IPython/core/shadowns.pyo
+${PYSITELIB}/IPython/core/shellapp.py
+${PYSITELIB}/IPython/core/shellapp.pyc
+${PYSITELIB}/IPython/core/shellapp.pyo
+${PYSITELIB}/IPython/core/splitinput.py
+${PYSITELIB}/IPython/core/splitinput.pyc
+${PYSITELIB}/IPython/core/splitinput.pyo
+${PYSITELIB}/IPython/core/tests/__init__.py
+${PYSITELIB}/IPython/core/tests/__init__.pyc
+${PYSITELIB}/IPython/core/tests/__init__.pyo
+${PYSITELIB}/IPython/core/tests/refbug.py
+${PYSITELIB}/IPython/core/tests/refbug.pyc
+${PYSITELIB}/IPython/core/tests/refbug.pyo
+${PYSITELIB}/IPython/core/tests/simpleerr.py
+${PYSITELIB}/IPython/core/tests/simpleerr.pyc
+${PYSITELIB}/IPython/core/tests/simpleerr.pyo
+${PYSITELIB}/IPython/core/tests/tclass.py
+${PYSITELIB}/IPython/core/tests/tclass.pyc
+${PYSITELIB}/IPython/core/tests/tclass.pyo
+${PYSITELIB}/IPython/core/tests/test_application.py
+${PYSITELIB}/IPython/core/tests/test_application.pyc
+${PYSITELIB}/IPython/core/tests/test_application.pyo
+${PYSITELIB}/IPython/core/tests/test_autocall.py
+${PYSITELIB}/IPython/core/tests/test_autocall.pyc
+${PYSITELIB}/IPython/core/tests/test_autocall.pyo
+${PYSITELIB}/IPython/core/tests/test_compilerop.py
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyc
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyo
+${PYSITELIB}/IPython/core/tests/test_completer.py
+${PYSITELIB}/IPython/core/tests/test_completer.pyc
+${PYSITELIB}/IPython/core/tests/test_completer.pyo
+${PYSITELIB}/IPython/core/tests/test_completerlib.py
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyc
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyo
+${PYSITELIB}/IPython/core/tests/test_fakemodule.py
+${PYSITELIB}/IPython/core/tests/test_fakemodule.pyc
+${PYSITELIB}/IPython/core/tests/test_fakemodule.pyo
+${PYSITELIB}/IPython/core/tests/test_formatters.py
+${PYSITELIB}/IPython/core/tests/test_formatters.pyc
+${PYSITELIB}/IPython/core/tests/test_formatters.pyo
+${PYSITELIB}/IPython/core/tests/test_handlers.py
+${PYSITELIB}/IPython/core/tests/test_handlers.pyc
+${PYSITELIB}/IPython/core/tests/test_handlers.pyo
+${PYSITELIB}/IPython/core/tests/test_history.py
+${PYSITELIB}/IPython/core/tests/test_history.pyc
+${PYSITELIB}/IPython/core/tests/test_history.pyo
+${PYSITELIB}/IPython/core/tests/test_imports.py
+${PYSITELIB}/IPython/core/tests/test_imports.pyc
+${PYSITELIB}/IPython/core/tests/test_imports.pyo
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.py
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyc
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyo
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.py
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyc
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyo
+${PYSITELIB}/IPython/core/tests/test_iplib.py
+${PYSITELIB}/IPython/core/tests/test_iplib.pyc
+${PYSITELIB}/IPython/core/tests/test_iplib.pyo
+${PYSITELIB}/IPython/core/tests/test_logger.py
+${PYSITELIB}/IPython/core/tests/test_logger.pyc
+${PYSITELIB}/IPython/core/tests/test_logger.pyo
+${PYSITELIB}/IPython/core/tests/test_magic.py
+${PYSITELIB}/IPython/core/tests/test_magic.pyc
+${PYSITELIB}/IPython/core/tests/test_magic.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.py
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.py
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyo
+${PYSITELIB}/IPython/core/tests/test_oinspect.py
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyc
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyo
+${PYSITELIB}/IPython/core/tests/test_page.py
+${PYSITELIB}/IPython/core/tests/test_page.pyc
+${PYSITELIB}/IPython/core/tests/test_page.pyo
+${PYSITELIB}/IPython/core/tests/test_plugin.py
+${PYSITELIB}/IPython/core/tests/test_plugin.pyc
+${PYSITELIB}/IPython/core/tests/test_plugin.pyo
+${PYSITELIB}/IPython/core/tests/test_prefilter.py
+${PYSITELIB}/IPython/core/tests/test_prefilter.pyc
+${PYSITELIB}/IPython/core/tests/test_prefilter.pyo
+${PYSITELIB}/IPython/core/tests/test_profile.py
+${PYSITELIB}/IPython/core/tests/test_profile.pyc
+${PYSITELIB}/IPython/core/tests/test_profile.pyo
+${PYSITELIB}/IPython/core/tests/test_prompts.py
+${PYSITELIB}/IPython/core/tests/test_prompts.pyc
+${PYSITELIB}/IPython/core/tests/test_prompts.pyo
+${PYSITELIB}/IPython/core/tests/test_pylabtools.py
+${PYSITELIB}/IPython/core/tests/test_pylabtools.pyc
+${PYSITELIB}/IPython/core/tests/test_pylabtools.pyo
+${PYSITELIB}/IPython/core/tests/test_run.py
+${PYSITELIB}/IPython/core/tests/test_run.pyc
+${PYSITELIB}/IPython/core/tests/test_run.pyo
+${PYSITELIB}/IPython/core/tests/test_splitinput.py
+${PYSITELIB}/IPython/core/tests/test_splitinput.pyc
+${PYSITELIB}/IPython/core/tests/test_splitinput.pyo
+${PYSITELIB}/IPython/core/ultratb.py
+${PYSITELIB}/IPython/core/ultratb.pyc
+${PYSITELIB}/IPython/core/ultratb.pyo
+${PYSITELIB}/IPython/core/usage.py
+${PYSITELIB}/IPython/core/usage.pyc
+${PYSITELIB}/IPython/core/usage.pyo
+${PYSITELIB}/IPython/extensions/__init__.py
+${PYSITELIB}/IPython/extensions/__init__.pyc
+${PYSITELIB}/IPython/extensions/__init__.pyo
+${PYSITELIB}/IPython/extensions/autoreload.py
+${PYSITELIB}/IPython/extensions/autoreload.pyc
+${PYSITELIB}/IPython/extensions/autoreload.pyo
+${PYSITELIB}/IPython/extensions/parallelmagic.py
+${PYSITELIB}/IPython/extensions/parallelmagic.pyc
+${PYSITELIB}/IPython/extensions/parallelmagic.pyo
+${PYSITELIB}/IPython/extensions/storemagic.py
+${PYSITELIB}/IPython/extensions/storemagic.pyc
+${PYSITELIB}/IPython/extensions/storemagic.pyo
+${PYSITELIB}/IPython/extensions/sympyprinting.py
+${PYSITELIB}/IPython/extensions/sympyprinting.pyc
+${PYSITELIB}/IPython/extensions/sympyprinting.pyo
+${PYSITELIB}/IPython/extensions/tests/__init__.py
+${PYSITELIB}/IPython/extensions/tests/__init__.pyc
+${PYSITELIB}/IPython/extensions/tests/__init__.pyo
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.py
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyc
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyo
+${PYSITELIB}/IPython/external/Itpl/_Itpl.py
+${PYSITELIB}/IPython/external/Itpl/_Itpl.pyc
+${PYSITELIB}/IPython/external/Itpl/_Itpl.pyo
+${PYSITELIB}/IPython/external/Itpl/__init__.py
+${PYSITELIB}/IPython/external/Itpl/__init__.pyc
+${PYSITELIB}/IPython/external/Itpl/__init__.pyo
+${PYSITELIB}/IPython/external/__init__.py
+${PYSITELIB}/IPython/external/__init__.pyc
+${PYSITELIB}/IPython/external/__init__.pyo
+${PYSITELIB}/IPython/external/argparse/__init__.py
+${PYSITELIB}/IPython/external/argparse/__init__.pyc
+${PYSITELIB}/IPython/external/argparse/__init__.pyo
+${PYSITELIB}/IPython/external/argparse/_argparse.py
+${PYSITELIB}/IPython/external/argparse/_argparse.pyc
+${PYSITELIB}/IPython/external/argparse/_argparse.pyo
+${PYSITELIB}/IPython/external/decorator/__init__.py
+${PYSITELIB}/IPython/external/decorator/__init__.pyc
+${PYSITELIB}/IPython/external/decorator/__init__.pyo
+${PYSITELIB}/IPython/external/decorator/_decorator.py
+${PYSITELIB}/IPython/external/decorator/_decorator.pyc
+${PYSITELIB}/IPython/external/decorator/_decorator.pyo
+${PYSITELIB}/IPython/external/decorators/__init__.py
+${PYSITELIB}/IPython/external/decorators/__init__.pyc
+${PYSITELIB}/IPython/external/decorators/__init__.pyo
+${PYSITELIB}/IPython/external/decorators/_decorators.py
+${PYSITELIB}/IPython/external/decorators/_decorators.pyc
+${PYSITELIB}/IPython/external/decorators/_decorators.pyo
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.py
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.pyc
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.pyo
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.py
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.pyc
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.pyo
+${PYSITELIB}/IPython/external/guid/__init__.py
+${PYSITELIB}/IPython/external/guid/__init__.pyc
+${PYSITELIB}/IPython/external/guid/__init__.pyo
+${PYSITELIB}/IPython/external/guid/_guid.py
+${PYSITELIB}/IPython/external/guid/_guid.pyc
+${PYSITELIB}/IPython/external/guid/_guid.pyo
+${PYSITELIB}/IPython/external/mathjax.py
+${PYSITELIB}/IPython/external/mathjax.pyc
+${PYSITELIB}/IPython/external/mathjax.pyo
+${PYSITELIB}/IPython/external/mglob/__init__.py
+${PYSITELIB}/IPython/external/mglob/__init__.pyc
+${PYSITELIB}/IPython/external/mglob/__init__.pyo
+${PYSITELIB}/IPython/external/mglob/_mglob.py
+${PYSITELIB}/IPython/external/mglob/_mglob.pyc
+${PYSITELIB}/IPython/external/mglob/_mglob.pyo
+${PYSITELIB}/IPython/external/path/__init__.py
+${PYSITELIB}/IPython/external/path/__init__.pyc
+${PYSITELIB}/IPython/external/path/__init__.pyo
+${PYSITELIB}/IPython/external/path/_path.py
+${PYSITELIB}/IPython/external/path/_path.pyc
+${PYSITELIB}/IPython/external/path/_path.pyo
+${PYSITELIB}/IPython/external/pexpect/__init__.py
+${PYSITELIB}/IPython/external/pexpect/__init__.pyc
+${PYSITELIB}/IPython/external/pexpect/__init__.pyo
+${PYSITELIB}/IPython/external/pexpect/_pexpect.py
+${PYSITELIB}/IPython/external/pexpect/_pexpect.pyc
+${PYSITELIB}/IPython/external/pexpect/_pexpect.pyo
+${PYSITELIB}/IPython/external/pyparsing/__init__.py
+${PYSITELIB}/IPython/external/pyparsing/__init__.pyc
+${PYSITELIB}/IPython/external/pyparsing/__init__.pyo
+${PYSITELIB}/IPython/external/pyparsing/_pyparsing.py
+${PYSITELIB}/IPython/external/pyparsing/_pyparsing.pyc
+${PYSITELIB}/IPython/external/pyparsing/_pyparsing.pyo
+${PYSITELIB}/IPython/external/qt.py
+${PYSITELIB}/IPython/external/qt.pyc
+${PYSITELIB}/IPython/external/qt.pyo
+${PYSITELIB}/IPython/external/qt_for_kernel.py
+${PYSITELIB}/IPython/external/qt_for_kernel.pyc
+${PYSITELIB}/IPython/external/qt_for_kernel.pyo
+${PYSITELIB}/IPython/external/simplegeneric/__init__.py
+${PYSITELIB}/IPython/external/simplegeneric/__init__.pyc
+${PYSITELIB}/IPython/external/simplegeneric/__init__.pyo
+${PYSITELIB}/IPython/external/simplegeneric/_simplegeneric.py
+${PYSITELIB}/IPython/external/simplegeneric/_simplegeneric.pyc
+${PYSITELIB}/IPython/external/simplegeneric/_simplegeneric.pyo
+${PYSITELIB}/IPython/external/ssh/__init__.py
+${PYSITELIB}/IPython/external/ssh/__init__.pyc
+${PYSITELIB}/IPython/external/ssh/__init__.pyo
+${PYSITELIB}/IPython/external/ssh/forward.py
+${PYSITELIB}/IPython/external/ssh/forward.pyc
+${PYSITELIB}/IPython/external/ssh/forward.pyo
+${PYSITELIB}/IPython/external/ssh/tunnel.py
+${PYSITELIB}/IPython/external/ssh/tunnel.pyc
+${PYSITELIB}/IPython/external/ssh/tunnel.pyo
+${PYSITELIB}/IPython/frontend/__init__.py
+${PYSITELIB}/IPython/frontend/__init__.pyc
+${PYSITELIB}/IPython/frontend/__init__.pyo
+${PYSITELIB}/IPython/frontend/consoleapp.py
+${PYSITELIB}/IPython/frontend/consoleapp.pyc
+${PYSITELIB}/IPython/frontend/consoleapp.pyo
+${PYSITELIB}/IPython/frontend/html/__init__.py
+${PYSITELIB}/IPython/frontend/html/__init__.pyc
+${PYSITELIB}/IPython/frontend/html/__init__.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/__init__.py
+${PYSITELIB}/IPython/frontend/html/notebook/__init__.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/__init__.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/handlers.py
+${PYSITELIB}/IPython/frontend/html/notebook/handlers.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/handlers.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/kernelmanager.py
+${PYSITELIB}/IPython/frontend/html/notebook/kernelmanager.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/kernelmanager.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/notebookapp.py
+${PYSITELIB}/IPython/frontend/html/notebook/notebookapp.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/notebookapp.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/notebookmanager.py
+${PYSITELIB}/IPython/frontend/html/notebook/notebookmanager.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/notebookmanager.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/LICENSE
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/README-IPython.rst
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/README.md
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/lib/overlay.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/lib/runmode.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/css/css.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/css/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/python/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/python/python.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/theme/default.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/theme/elegant.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/theme/ipython.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/theme/neat.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/codemirror/theme/night.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/base.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/boilerplate.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/layout.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/notebook.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/projectdashboard.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/css/renderedhtml.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/favicon.ico
+${PYSITELIB}/IPython/frontend/html/notebook/static/ipynblogo.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_2d5972_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_4f4f4f_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_0_aaaaaa_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_flat_100_ffffff_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_glass_55_fbf9ee_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_85b2cb_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_c4c4c4_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-hard_80_e3e3e3_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_highlight-soft_75_85b2cb_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_85b2cb_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-hard_65_c4c4c4_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-bg_inset-soft_95_fef1ec_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2d5972_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_2e83ff_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_38667f_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_3a6983_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_616161_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_898989_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_cd0a0a_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/images/ui-icons_ffffff_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/aristo/jquery-wijmo.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_diagonals-thick_50_00a6dd_40x40.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_0_aaaaaa_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_flat_100_f1f1f1_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_242122_1x100_bottom.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_333333_1x100_50.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_65358a_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_8A56B2_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_9eca38_1x100_50.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_15_ca3838_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_highlight-soft_35_00a6dd_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_100_e1e1e1_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-bg_inset-soft_15_242122_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_00a6dd_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_304915_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_d399ff_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_eaffb9_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_f4f4f9_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_fafafa_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/images/ui-icons_ff8f8f_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/rocket/jquery-wijmo.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_222222_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_454545_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_888888_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/js/jquery-1.6.2.min.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/js/jquery-ui-1.8.14.custom.min.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/cell.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/codecell.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/kernel.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/kernelstatus.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/layout.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/leftpanel.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/loginmain.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/loginwidget.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/namespace.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/notebook.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/notebooklist.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/notebookmain.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/pager.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/panelsection.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/printwidget.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/projectdashboardmain.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/quickhelp.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/savewidget.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/textcell.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/js/utils.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/pagedown/LICENSE.txt
+${PYSITELIB}/IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js
+${PYSITELIB}/IPython/frontend/html/notebook/static/prettify/COPYING
+${PYSITELIB}/IPython/frontend/html/notebook/static/prettify/prettify.css
+${PYSITELIB}/IPython/frontend/html/notebook/static/prettify/prettify.js
+${PYSITELIB}/IPython/frontend/html/notebook/templates/layout.html
+${PYSITELIB}/IPython/frontend/html/notebook/templates/login.html
+${PYSITELIB}/IPython/frontend/html/notebook/templates/logout.html
+${PYSITELIB}/IPython/frontend/html/notebook/templates/notebook.html
+${PYSITELIB}/IPython/frontend/html/notebook/templates/projectdashboard.html
+${PYSITELIB}/IPython/frontend/html/notebook/tests/__init__.py
+${PYSITELIB}/IPython/frontend/html/notebook/tests/__init__.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/tests/__init__.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/tests/test_kernelsession.py
+${PYSITELIB}/IPython/frontend/html/notebook/tests/test_kernelsession.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/tests/test_kernelsession.pyo
+${PYSITELIB}/IPython/frontend/html/notebook/zmqhttp.py
+${PYSITELIB}/IPython/frontend/html/notebook/zmqhttp.pyc
+${PYSITELIB}/IPython/frontend/html/notebook/zmqhttp.pyo
+${PYSITELIB}/IPython/frontend/qt/__init__.py
+${PYSITELIB}/IPython/frontend/qt/__init__.pyc
+${PYSITELIB}/IPython/frontend/qt/__init__.pyo
+${PYSITELIB}/IPython/frontend/qt/base_frontend_mixin.py
+${PYSITELIB}/IPython/frontend/qt/base_frontend_mixin.pyc
+${PYSITELIB}/IPython/frontend/qt/base_frontend_mixin.pyo
+${PYSITELIB}/IPython/frontend/qt/console/__init__.py
+${PYSITELIB}/IPython/frontend/qt/console/__init__.pyc
+${PYSITELIB}/IPython/frontend/qt/console/__init__.pyo
+${PYSITELIB}/IPython/frontend/qt/console/ansi_code_processor.py
+${PYSITELIB}/IPython/frontend/qt/console/ansi_code_processor.pyc
+${PYSITELIB}/IPython/frontend/qt/console/ansi_code_processor.pyo
+${PYSITELIB}/IPython/frontend/qt/console/bracket_matcher.py
+${PYSITELIB}/IPython/frontend/qt/console/bracket_matcher.pyc
+${PYSITELIB}/IPython/frontend/qt/console/bracket_matcher.pyo
+${PYSITELIB}/IPython/frontend/qt/console/call_tip_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/call_tip_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/call_tip_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/completion_lexer.py
+${PYSITELIB}/IPython/frontend/qt/console/completion_lexer.pyc
+${PYSITELIB}/IPython/frontend/qt/console/completion_lexer.pyo
+${PYSITELIB}/IPython/frontend/qt/console/completion_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/completion_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/completion_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/console_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/console_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/console_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/frontend_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/frontend_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/frontend_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/history_console_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/history_console_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/history_console_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/ipython_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/ipython_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/ipython_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/kill_ring.py
+${PYSITELIB}/IPython/frontend/qt/console/kill_ring.pyc
+${PYSITELIB}/IPython/frontend/qt/console/kill_ring.pyo
+${PYSITELIB}/IPython/frontend/qt/console/mainwindow.py
+${PYSITELIB}/IPython/frontend/qt/console/mainwindow.pyc
+${PYSITELIB}/IPython/frontend/qt/console/mainwindow.pyo
+${PYSITELIB}/IPython/frontend/qt/console/pygments_highlighter.py
+${PYSITELIB}/IPython/frontend/qt/console/pygments_highlighter.pyc
+${PYSITELIB}/IPython/frontend/qt/console/pygments_highlighter.pyo
+${PYSITELIB}/IPython/frontend/qt/console/qtconsoleapp.py
+${PYSITELIB}/IPython/frontend/qt/console/qtconsoleapp.pyc
+${PYSITELIB}/IPython/frontend/qt/console/qtconsoleapp.pyo
+${PYSITELIB}/IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
+${PYSITELIB}/IPython/frontend/qt/console/rich_ipython_widget.py
+${PYSITELIB}/IPython/frontend/qt/console/rich_ipython_widget.pyc
+${PYSITELIB}/IPython/frontend/qt/console/rich_ipython_widget.pyo
+${PYSITELIB}/IPython/frontend/qt/console/styles.py
+${PYSITELIB}/IPython/frontend/qt/console/styles.pyc
+${PYSITELIB}/IPython/frontend/qt/console/styles.pyo
+${PYSITELIB}/IPython/frontend/qt/console/tests/__init__.py
+${PYSITELIB}/IPython/frontend/qt/console/tests/__init__.pyc
+${PYSITELIB}/IPython/frontend/qt/console/tests/__init__.pyo
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_ansi_code_processor.py
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_ansi_code_processor.pyc
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_ansi_code_processor.pyo
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_completion_lexer.py
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_completion_lexer.pyc
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_completion_lexer.pyo
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_kill_ring.py
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_kill_ring.pyc
+${PYSITELIB}/IPython/frontend/qt/console/tests/test_kill_ring.pyo
+${PYSITELIB}/IPython/frontend/qt/kernelmanager.py
+${PYSITELIB}/IPython/frontend/qt/kernelmanager.pyc
+${PYSITELIB}/IPython/frontend/qt/kernelmanager.pyo
+${PYSITELIB}/IPython/frontend/qt/rich_text.py
+${PYSITELIB}/IPython/frontend/qt/rich_text.pyc
+${PYSITELIB}/IPython/frontend/qt/rich_text.pyo
+${PYSITELIB}/IPython/frontend/qt/svg.py
+${PYSITELIB}/IPython/frontend/qt/svg.pyc
+${PYSITELIB}/IPython/frontend/qt/svg.pyo
+${PYSITELIB}/IPython/frontend/qt/util.py
+${PYSITELIB}/IPython/frontend/qt/util.pyc
+${PYSITELIB}/IPython/frontend/qt/util.pyo
+${PYSITELIB}/IPython/frontend/terminal/__init__.py
+${PYSITELIB}/IPython/frontend/terminal/__init__.pyc
+${PYSITELIB}/IPython/frontend/terminal/__init__.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/__init__.py
+${PYSITELIB}/IPython/frontend/terminal/console/__init__.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/__init__.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/app.py
+${PYSITELIB}/IPython/frontend/terminal/console/app.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/app.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/completer.py
+${PYSITELIB}/IPython/frontend/terminal/console/completer.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/completer.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/interactiveshell.py
+${PYSITELIB}/IPython/frontend/terminal/console/interactiveshell.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/interactiveshell.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/tests/__init__.py
+${PYSITELIB}/IPython/frontend/terminal/console/tests/__init__.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/tests/__init__.pyo
+${PYSITELIB}/IPython/frontend/terminal/console/tests/test_console.py
+${PYSITELIB}/IPython/frontend/terminal/console/tests/test_console.pyc
+${PYSITELIB}/IPython/frontend/terminal/console/tests/test_console.pyo
+${PYSITELIB}/IPython/frontend/terminal/embed.py
+${PYSITELIB}/IPython/frontend/terminal/embed.pyc
+${PYSITELIB}/IPython/frontend/terminal/embed.pyo
+${PYSITELIB}/IPython/frontend/terminal/interactiveshell.py
+${PYSITELIB}/IPython/frontend/terminal/interactiveshell.pyc
+${PYSITELIB}/IPython/frontend/terminal/interactiveshell.pyo
+${PYSITELIB}/IPython/frontend/terminal/ipapp.py
+${PYSITELIB}/IPython/frontend/terminal/ipapp.pyc
+${PYSITELIB}/IPython/frontend/terminal/ipapp.pyo
+${PYSITELIB}/IPython/frontend/terminal/tests/__init__.py
+${PYSITELIB}/IPython/frontend/terminal/tests/__init__.pyc
+${PYSITELIB}/IPython/frontend/terminal/tests/__init__.pyo
+${PYSITELIB}/IPython/frontend/terminal/tests/test_interactivshell.py
+${PYSITELIB}/IPython/frontend/terminal/tests/test_interactivshell.pyc
+${PYSITELIB}/IPython/frontend/terminal/tests/test_interactivshell.pyo
+${PYSITELIB}/IPython/kernel/__init__.py
+${PYSITELIB}/IPython/kernel/__init__.pyc
+${PYSITELIB}/IPython/kernel/__init__.pyo
+${PYSITELIB}/IPython/lib/__init__.py
+${PYSITELIB}/IPython/lib/__init__.pyc
+${PYSITELIB}/IPython/lib/__init__.pyo
+${PYSITELIB}/IPython/lib/backgroundjobs.py
+${PYSITELIB}/IPython/lib/backgroundjobs.pyc
+${PYSITELIB}/IPython/lib/backgroundjobs.pyo
+${PYSITELIB}/IPython/lib/clipboard.py
+${PYSITELIB}/IPython/lib/clipboard.pyc
+${PYSITELIB}/IPython/lib/clipboard.pyo
+${PYSITELIB}/IPython/lib/deepreload.py
+${PYSITELIB}/IPython/lib/deepreload.pyc
+${PYSITELIB}/IPython/lib/deepreload.pyo
+${PYSITELIB}/IPython/lib/demo.py
+${PYSITELIB}/IPython/lib/demo.pyc
+${PYSITELIB}/IPython/lib/demo.pyo
+${PYSITELIB}/IPython/lib/display.py
+${PYSITELIB}/IPython/lib/display.pyc
+${PYSITELIB}/IPython/lib/display.pyo
+${PYSITELIB}/IPython/lib/guisupport.py
+${PYSITELIB}/IPython/lib/guisupport.pyc
+${PYSITELIB}/IPython/lib/guisupport.pyo
+${PYSITELIB}/IPython/lib/inputhook.py
+${PYSITELIB}/IPython/lib/inputhook.pyc
+${PYSITELIB}/IPython/lib/inputhook.pyo
+${PYSITELIB}/IPython/lib/inputhookglut.py
+${PYSITELIB}/IPython/lib/inputhookglut.pyc
+${PYSITELIB}/IPython/lib/inputhookglut.pyo
+${PYSITELIB}/IPython/lib/inputhookgtk.py
+${PYSITELIB}/IPython/lib/inputhookgtk.pyc
+${PYSITELIB}/IPython/lib/inputhookgtk.pyo
+${PYSITELIB}/IPython/lib/inputhookpyglet.py
+${PYSITELIB}/IPython/lib/inputhookpyglet.pyc
+${PYSITELIB}/IPython/lib/inputhookpyglet.pyo
+${PYSITELIB}/IPython/lib/inputhookqt4.py
+${PYSITELIB}/IPython/lib/inputhookqt4.pyc
+${PYSITELIB}/IPython/lib/inputhookqt4.pyo
+${PYSITELIB}/IPython/lib/inputhookwx.py
+${PYSITELIB}/IPython/lib/inputhookwx.pyc
+${PYSITELIB}/IPython/lib/inputhookwx.pyo
+${PYSITELIB}/IPython/lib/irunner.py
+${PYSITELIB}/IPython/lib/irunner.pyc
+${PYSITELIB}/IPython/lib/irunner.pyo
+${PYSITELIB}/IPython/lib/kernel.py
+${PYSITELIB}/IPython/lib/kernel.pyc
+${PYSITELIB}/IPython/lib/kernel.pyo
+${PYSITELIB}/IPython/lib/latextools.py
+${PYSITELIB}/IPython/lib/latextools.pyc
+${PYSITELIB}/IPython/lib/latextools.pyo
+${PYSITELIB}/IPython/lib/pretty.py
+${PYSITELIB}/IPython/lib/pretty.pyc
+${PYSITELIB}/IPython/lib/pretty.pyo
+${PYSITELIB}/IPython/lib/security.py
+${PYSITELIB}/IPython/lib/security.pyc
+${PYSITELIB}/IPython/lib/security.pyo
+${PYSITELIB}/IPython/lib/tests/__init__.py
+${PYSITELIB}/IPython/lib/tests/__init__.pyc
+${PYSITELIB}/IPython/lib/tests/__init__.pyo
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.py
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyc
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyo
+${PYSITELIB}/IPython/lib/tests/test_imports.py
+${PYSITELIB}/IPython/lib/tests/test_imports.pyc
+${PYSITELIB}/IPython/lib/tests/test_imports.pyo
+${PYSITELIB}/IPython/lib/tests/test_irunner.py
+${PYSITELIB}/IPython/lib/tests/test_irunner.pyc
+${PYSITELIB}/IPython/lib/tests/test_irunner.pyo
+${PYSITELIB}/IPython/lib/tests/test_irunner_pylab_magic.py
+${PYSITELIB}/IPython/lib/tests/test_irunner_pylab_magic.pyc
+${PYSITELIB}/IPython/lib/tests/test_irunner_pylab_magic.pyo
+${PYSITELIB}/IPython/lib/tests/test_kernel.py
+${PYSITELIB}/IPython/lib/tests/test_kernel.pyc
+${PYSITELIB}/IPython/lib/tests/test_kernel.pyo
+${PYSITELIB}/IPython/lib/tests/test_security.py
+${PYSITELIB}/IPython/lib/tests/test_security.pyc
+${PYSITELIB}/IPython/lib/tests/test_security.pyo
+${PYSITELIB}/IPython/nbformat/__init__.py
+${PYSITELIB}/IPython/nbformat/__init__.pyc
+${PYSITELIB}/IPython/nbformat/__init__.pyo
+${PYSITELIB}/IPython/nbformat/current.py
+${PYSITELIB}/IPython/nbformat/current.pyc
+${PYSITELIB}/IPython/nbformat/current.pyo
+${PYSITELIB}/IPython/nbformat/tests/__init__.py
+${PYSITELIB}/IPython/nbformat/tests/__init__.pyc
+${PYSITELIB}/IPython/nbformat/tests/__init__.pyo
+${PYSITELIB}/IPython/nbformat/v1/__init__.py
+${PYSITELIB}/IPython/nbformat/v1/__init__.pyc
+${PYSITELIB}/IPython/nbformat/v1/__init__.pyo
+${PYSITELIB}/IPython/nbformat/v1/convert.py
+${PYSITELIB}/IPython/nbformat/v1/convert.pyc
+${PYSITELIB}/IPython/nbformat/v1/convert.pyo
+${PYSITELIB}/IPython/nbformat/v1/nbbase.py
+${PYSITELIB}/IPython/nbformat/v1/nbbase.pyc
+${PYSITELIB}/IPython/nbformat/v1/nbbase.pyo
+${PYSITELIB}/IPython/nbformat/v1/nbjson.py
+${PYSITELIB}/IPython/nbformat/v1/nbjson.pyc
+${PYSITELIB}/IPython/nbformat/v1/nbjson.pyo
+${PYSITELIB}/IPython/nbformat/v1/rwbase.py
+${PYSITELIB}/IPython/nbformat/v1/rwbase.pyc
+${PYSITELIB}/IPython/nbformat/v1/rwbase.pyo
+${PYSITELIB}/IPython/nbformat/v1/tests/__init__.py
+${PYSITELIB}/IPython/nbformat/v1/tests/__init__.pyc
+${PYSITELIB}/IPython/nbformat/v1/tests/__init__.pyo
+${PYSITELIB}/IPython/nbformat/v1/tests/nbexamples.py
+${PYSITELIB}/IPython/nbformat/v1/tests/nbexamples.pyc
+${PYSITELIB}/IPython/nbformat/v1/tests/nbexamples.pyo
+${PYSITELIB}/IPython/nbformat/v1/tests/test_json.py
+${PYSITELIB}/IPython/nbformat/v1/tests/test_json.pyc
+${PYSITELIB}/IPython/nbformat/v1/tests/test_json.pyo
+${PYSITELIB}/IPython/nbformat/v1/tests/test_nbbase.py
+${PYSITELIB}/IPython/nbformat/v1/tests/test_nbbase.pyc
+${PYSITELIB}/IPython/nbformat/v1/tests/test_nbbase.pyo
+${PYSITELIB}/IPython/nbformat/v2/__init__.py
+${PYSITELIB}/IPython/nbformat/v2/__init__.pyc
+${PYSITELIB}/IPython/nbformat/v2/__init__.pyo
+${PYSITELIB}/IPython/nbformat/v2/convert.py
+${PYSITELIB}/IPython/nbformat/v2/convert.pyc
+${PYSITELIB}/IPython/nbformat/v2/convert.pyo
+${PYSITELIB}/IPython/nbformat/v2/nbbase.py
+${PYSITELIB}/IPython/nbformat/v2/nbbase.pyc
+${PYSITELIB}/IPython/nbformat/v2/nbbase.pyo
+${PYSITELIB}/IPython/nbformat/v2/nbjson.py
+${PYSITELIB}/IPython/nbformat/v2/nbjson.pyc
+${PYSITELIB}/IPython/nbformat/v2/nbjson.pyo
+${PYSITELIB}/IPython/nbformat/v2/nbpy.py
+${PYSITELIB}/IPython/nbformat/v2/nbpy.pyc
+${PYSITELIB}/IPython/nbformat/v2/nbpy.pyo
+${PYSITELIB}/IPython/nbformat/v2/nbxml.py
+${PYSITELIB}/IPython/nbformat/v2/nbxml.pyc
+${PYSITELIB}/IPython/nbformat/v2/nbxml.pyo
+${PYSITELIB}/IPython/nbformat/v2/rwbase.py
+${PYSITELIB}/IPython/nbformat/v2/rwbase.pyc
+${PYSITELIB}/IPython/nbformat/v2/rwbase.pyo
+${PYSITELIB}/IPython/nbformat/v2/tests/__init__.py
+${PYSITELIB}/IPython/nbformat/v2/tests/__init__.pyc
+${PYSITELIB}/IPython/nbformat/v2/tests/__init__.pyo
+${PYSITELIB}/IPython/nbformat/v2/tests/nbexamples.py
+${PYSITELIB}/IPython/nbformat/v2/tests/nbexamples.pyc
+${PYSITELIB}/IPython/nbformat/v2/tests/nbexamples.pyo
+${PYSITELIB}/IPython/nbformat/v2/tests/test_json.py
+${PYSITELIB}/IPython/nbformat/v2/tests/test_json.pyc
+${PYSITELIB}/IPython/nbformat/v2/tests/test_json.pyo
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbbase.py
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbbase.pyc
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbbase.pyo
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbpy.py
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbpy.pyc
+${PYSITELIB}/IPython/nbformat/v2/tests/test_nbpy.pyo
+${PYSITELIB}/IPython/parallel/__init__.py
+${PYSITELIB}/IPython/parallel/__init__.pyc
+${PYSITELIB}/IPython/parallel/__init__.pyo
+${PYSITELIB}/IPython/parallel/apps/__init__.py
+${PYSITELIB}/IPython/parallel/apps/__init__.pyc
+${PYSITELIB}/IPython/parallel/apps/__init__.pyo
+${PYSITELIB}/IPython/parallel/apps/baseapp.py
+${PYSITELIB}/IPython/parallel/apps/baseapp.pyc
+${PYSITELIB}/IPython/parallel/apps/baseapp.pyo
+${PYSITELIB}/IPython/parallel/apps/ipclusterapp.py
+${PYSITELIB}/IPython/parallel/apps/ipclusterapp.pyc
+${PYSITELIB}/IPython/parallel/apps/ipclusterapp.pyo
+${PYSITELIB}/IPython/parallel/apps/ipcontrollerapp.py
+${PYSITELIB}/IPython/parallel/apps/ipcontrollerapp.pyc
+${PYSITELIB}/IPython/parallel/apps/ipcontrollerapp.pyo
+${PYSITELIB}/IPython/parallel/apps/ipengineapp.py
+${PYSITELIB}/IPython/parallel/apps/ipengineapp.pyc
+${PYSITELIB}/IPython/parallel/apps/ipengineapp.pyo
+${PYSITELIB}/IPython/parallel/apps/iploggerapp.py
+${PYSITELIB}/IPython/parallel/apps/iploggerapp.pyc
+${PYSITELIB}/IPython/parallel/apps/iploggerapp.pyo
+${PYSITELIB}/IPython/parallel/apps/launcher.py
+${PYSITELIB}/IPython/parallel/apps/launcher.pyc
+${PYSITELIB}/IPython/parallel/apps/launcher.pyo
+${PYSITELIB}/IPython/parallel/apps/logwatcher.py
+${PYSITELIB}/IPython/parallel/apps/logwatcher.pyc
+${PYSITELIB}/IPython/parallel/apps/logwatcher.pyo
+${PYSITELIB}/IPython/parallel/apps/win32support.py
+${PYSITELIB}/IPython/parallel/apps/win32support.pyc
+${PYSITELIB}/IPython/parallel/apps/win32support.pyo
+${PYSITELIB}/IPython/parallel/apps/winhpcjob.py
+${PYSITELIB}/IPython/parallel/apps/winhpcjob.pyc
+${PYSITELIB}/IPython/parallel/apps/winhpcjob.pyo
+${PYSITELIB}/IPython/parallel/client/__init__.py
+${PYSITELIB}/IPython/parallel/client/__init__.pyc
+${PYSITELIB}/IPython/parallel/client/__init__.pyo
+${PYSITELIB}/IPython/parallel/client/asyncresult.py
+${PYSITELIB}/IPython/parallel/client/asyncresult.pyc
+${PYSITELIB}/IPython/parallel/client/asyncresult.pyo
+${PYSITELIB}/IPython/parallel/client/client.py
+${PYSITELIB}/IPython/parallel/client/client.pyc
+${PYSITELIB}/IPython/parallel/client/client.pyo
+${PYSITELIB}/IPython/parallel/client/map.py
+${PYSITELIB}/IPython/parallel/client/map.pyc
+${PYSITELIB}/IPython/parallel/client/map.pyo
+${PYSITELIB}/IPython/parallel/client/remotefunction.py
+${PYSITELIB}/IPython/parallel/client/remotefunction.pyc
+${PYSITELIB}/IPython/parallel/client/remotefunction.pyo
+${PYSITELIB}/IPython/parallel/client/view.py
+${PYSITELIB}/IPython/parallel/client/view.pyc
+${PYSITELIB}/IPython/parallel/client/view.pyo
+${PYSITELIB}/IPython/parallel/controller/__init__.py
+${PYSITELIB}/IPython/parallel/controller/__init__.pyc
+${PYSITELIB}/IPython/parallel/controller/__init__.pyo
+${PYSITELIB}/IPython/parallel/controller/dependency.py
+${PYSITELIB}/IPython/parallel/controller/dependency.pyc
+${PYSITELIB}/IPython/parallel/controller/dependency.pyo
+${PYSITELIB}/IPython/parallel/controller/dictdb.py
+${PYSITELIB}/IPython/parallel/controller/dictdb.pyc
+${PYSITELIB}/IPython/parallel/controller/dictdb.pyo
+${PYSITELIB}/IPython/parallel/controller/heartmonitor.py
+${PYSITELIB}/IPython/parallel/controller/heartmonitor.pyc
+${PYSITELIB}/IPython/parallel/controller/heartmonitor.pyo
+${PYSITELIB}/IPython/parallel/controller/hub.py
+${PYSITELIB}/IPython/parallel/controller/hub.pyc
+${PYSITELIB}/IPython/parallel/controller/hub.pyo
+${PYSITELIB}/IPython/parallel/controller/mongodb.py
+${PYSITELIB}/IPython/parallel/controller/mongodb.pyc
+${PYSITELIB}/IPython/parallel/controller/mongodb.pyo
+${PYSITELIB}/IPython/parallel/controller/scheduler.py
+${PYSITELIB}/IPython/parallel/controller/scheduler.pyc
+${PYSITELIB}/IPython/parallel/controller/scheduler.pyo
+${PYSITELIB}/IPython/parallel/controller/sqlitedb.py
+${PYSITELIB}/IPython/parallel/controller/sqlitedb.pyc
+${PYSITELIB}/IPython/parallel/controller/sqlitedb.pyo
+${PYSITELIB}/IPython/parallel/engine/__init__.py
+${PYSITELIB}/IPython/parallel/engine/__init__.pyc
+${PYSITELIB}/IPython/parallel/engine/__init__.pyo
+${PYSITELIB}/IPython/parallel/engine/engine.py
+${PYSITELIB}/IPython/parallel/engine/engine.pyc
+${PYSITELIB}/IPython/parallel/engine/engine.pyo
+${PYSITELIB}/IPython/parallel/engine/kernelstarter.py
+${PYSITELIB}/IPython/parallel/engine/kernelstarter.pyc
+${PYSITELIB}/IPython/parallel/engine/kernelstarter.pyo
+${PYSITELIB}/IPython/parallel/engine/streamkernel.py
+${PYSITELIB}/IPython/parallel/engine/streamkernel.pyc
+${PYSITELIB}/IPython/parallel/engine/streamkernel.pyo
+${PYSITELIB}/IPython/parallel/error.py
+${PYSITELIB}/IPython/parallel/error.pyc
+${PYSITELIB}/IPython/parallel/error.pyo
+${PYSITELIB}/IPython/parallel/factory.py
+${PYSITELIB}/IPython/parallel/factory.pyc
+${PYSITELIB}/IPython/parallel/factory.pyo
+${PYSITELIB}/IPython/parallel/scripts/__init__.py
+${PYSITELIB}/IPython/parallel/scripts/__init__.pyc
+${PYSITELIB}/IPython/parallel/scripts/__init__.pyo
+${PYSITELIB}/IPython/parallel/tests/__init__.py
+${PYSITELIB}/IPython/parallel/tests/__init__.pyc
+${PYSITELIB}/IPython/parallel/tests/__init__.pyo
+${PYSITELIB}/IPython/parallel/tests/clienttest.py
+${PYSITELIB}/IPython/parallel/tests/clienttest.pyc
+${PYSITELIB}/IPython/parallel/tests/clienttest.pyo
+${PYSITELIB}/IPython/parallel/tests/test_asyncresult.py
+${PYSITELIB}/IPython/parallel/tests/test_asyncresult.pyc
+${PYSITELIB}/IPython/parallel/tests/test_asyncresult.pyo
+${PYSITELIB}/IPython/parallel/tests/test_client.py
+${PYSITELIB}/IPython/parallel/tests/test_client.pyc
+${PYSITELIB}/IPython/parallel/tests/test_client.pyo
+${PYSITELIB}/IPython/parallel/tests/test_db.py
+${PYSITELIB}/IPython/parallel/tests/test_db.pyc
+${PYSITELIB}/IPython/parallel/tests/test_db.pyo
+${PYSITELIB}/IPython/parallel/tests/test_dependency.py
+${PYSITELIB}/IPython/parallel/tests/test_dependency.pyc
+${PYSITELIB}/IPython/parallel/tests/test_dependency.pyo
+${PYSITELIB}/IPython/parallel/tests/test_lbview.py
+${PYSITELIB}/IPython/parallel/tests/test_lbview.pyc
+${PYSITELIB}/IPython/parallel/tests/test_lbview.pyo
+${PYSITELIB}/IPython/parallel/tests/test_mongodb.py
+${PYSITELIB}/IPython/parallel/tests/test_mongodb.pyc
+${PYSITELIB}/IPython/parallel/tests/test_mongodb.pyo
+${PYSITELIB}/IPython/parallel/tests/test_newserialized.py
+${PYSITELIB}/IPython/parallel/tests/test_newserialized.pyc
+${PYSITELIB}/IPython/parallel/tests/test_newserialized.pyo
+${PYSITELIB}/IPython/parallel/tests/test_view.py
+${PYSITELIB}/IPython/parallel/tests/test_view.pyc
+${PYSITELIB}/IPython/parallel/tests/test_view.pyo
+${PYSITELIB}/IPython/parallel/util.py
+${PYSITELIB}/IPython/parallel/util.pyc
+${PYSITELIB}/IPython/parallel/util.pyo
+${PYSITELIB}/IPython/quarantine/InterpreterExec.py
+${PYSITELIB}/IPython/quarantine/InterpreterExec.pyc
+${PYSITELIB}/IPython/quarantine/InterpreterExec.pyo
+${PYSITELIB}/IPython/quarantine/__init__.py
+${PYSITELIB}/IPython/quarantine/__init__.pyc
+${PYSITELIB}/IPython/quarantine/__init__.pyo
+${PYSITELIB}/IPython/quarantine/clearcmd.py
+${PYSITELIB}/IPython/quarantine/clearcmd.pyc
+${PYSITELIB}/IPython/quarantine/clearcmd.pyo
+${PYSITELIB}/IPython/quarantine/envpersist.py
+${PYSITELIB}/IPython/quarantine/envpersist.pyc
+${PYSITELIB}/IPython/quarantine/envpersist.pyo
+${PYSITELIB}/IPython/quarantine/ext_rescapture.py
+${PYSITELIB}/IPython/quarantine/ext_rescapture.pyc
+${PYSITELIB}/IPython/quarantine/ext_rescapture.pyo
+${PYSITELIB}/IPython/quarantine/ipy_app_completers.py
+${PYSITELIB}/IPython/quarantine/ipy_app_completers.pyc
+${PYSITELIB}/IPython/quarantine/ipy_app_completers.pyo
+${PYSITELIB}/IPython/quarantine/ipy_completers.py
+${PYSITELIB}/IPython/quarantine/ipy_completers.pyc
+${PYSITELIB}/IPython/quarantine/ipy_completers.pyo
+${PYSITELIB}/IPython/quarantine/ipy_editors.py
+${PYSITELIB}/IPython/quarantine/ipy_editors.pyc
+${PYSITELIB}/IPython/quarantine/ipy_editors.pyo
+${PYSITELIB}/IPython/quarantine/ipy_exportdb.py
+${PYSITELIB}/IPython/quarantine/ipy_exportdb.pyc
+${PYSITELIB}/IPython/quarantine/ipy_exportdb.pyo
+${PYSITELIB}/IPython/quarantine/ipy_extutil.py
+${PYSITELIB}/IPython/quarantine/ipy_extutil.pyc
+${PYSITELIB}/IPython/quarantine/ipy_extutil.pyo
+${PYSITELIB}/IPython/quarantine/ipy_fsops.py
+${PYSITELIB}/IPython/quarantine/ipy_fsops.pyc
+${PYSITELIB}/IPython/quarantine/ipy_fsops.pyo
+${PYSITELIB}/IPython/quarantine/ipy_gnuglobal.py
+${PYSITELIB}/IPython/quarantine/ipy_gnuglobal.pyc
+${PYSITELIB}/IPython/quarantine/ipy_gnuglobal.pyo
+${PYSITELIB}/IPython/quarantine/ipy_jot.py
+${PYSITELIB}/IPython/quarantine/ipy_jot.pyc
+${PYSITELIB}/IPython/quarantine/ipy_jot.pyo
+${PYSITELIB}/IPython/quarantine/ipy_lookfor.py
+${PYSITELIB}/IPython/quarantine/ipy_lookfor.pyc
+${PYSITELIB}/IPython/quarantine/ipy_lookfor.pyo
+${PYSITELIB}/IPython/quarantine/ipy_profile_doctest.py
+${PYSITELIB}/IPython/quarantine/ipy_profile_doctest.pyc
+${PYSITELIB}/IPython/quarantine/ipy_profile_doctest.pyo
+${PYSITELIB}/IPython/quarantine/ipy_pydb.py
+${PYSITELIB}/IPython/quarantine/ipy_pydb.pyc
+${PYSITELIB}/IPython/quarantine/ipy_pydb.pyo
+${PYSITELIB}/IPython/quarantine/ipy_rehashdir.py
+${PYSITELIB}/IPython/quarantine/ipy_rehashdir.pyc
+${PYSITELIB}/IPython/quarantine/ipy_rehashdir.pyo
+${PYSITELIB}/IPython/quarantine/ipy_render.py
+${PYSITELIB}/IPython/quarantine/ipy_render.pyc
+${PYSITELIB}/IPython/quarantine/ipy_render.pyo
+${PYSITELIB}/IPython/quarantine/ipy_server.py
+${PYSITELIB}/IPython/quarantine/ipy_server.pyc
+${PYSITELIB}/IPython/quarantine/ipy_server.pyo
+${PYSITELIB}/IPython/quarantine/ipy_signals.py
+${PYSITELIB}/IPython/quarantine/ipy_signals.pyc
+${PYSITELIB}/IPython/quarantine/ipy_signals.pyo
+${PYSITELIB}/IPython/quarantine/ipy_synchronize_with.py
+${PYSITELIB}/IPython/quarantine/ipy_synchronize_with.pyc
+${PYSITELIB}/IPython/quarantine/ipy_synchronize_with.pyo
+${PYSITELIB}/IPython/quarantine/ipy_system_conf.py
+${PYSITELIB}/IPython/quarantine/ipy_system_conf.pyc
+${PYSITELIB}/IPython/quarantine/ipy_system_conf.pyo
+${PYSITELIB}/IPython/quarantine/ipy_which.py
+${PYSITELIB}/IPython/quarantine/ipy_which.pyc
+${PYSITELIB}/IPython/quarantine/ipy_which.pyo
+${PYSITELIB}/IPython/quarantine/ipy_winpdb.py
+${PYSITELIB}/IPython/quarantine/ipy_winpdb.pyc
+${PYSITELIB}/IPython/quarantine/ipy_winpdb.pyo
+${PYSITELIB}/IPython/quarantine/ipy_workdir.py
+${PYSITELIB}/IPython/quarantine/ipy_workdir.pyc
+${PYSITELIB}/IPython/quarantine/ipy_workdir.pyo
+${PYSITELIB}/IPython/quarantine/jobctrl.py
+${PYSITELIB}/IPython/quarantine/jobctrl.pyc
+${PYSITELIB}/IPython/quarantine/jobctrl.pyo
+${PYSITELIB}/IPython/quarantine/ledit.py
+${PYSITELIB}/IPython/quarantine/ledit.pyc
+${PYSITELIB}/IPython/quarantine/ledit.pyo
+${PYSITELIB}/IPython/quarantine/tests/__init__.py
+${PYSITELIB}/IPython/quarantine/tests/__init__.pyc
+${PYSITELIB}/IPython/quarantine/tests/__init__.pyo
+${PYSITELIB}/IPython/quarantine/win32clip.py
+${PYSITELIB}/IPython/quarantine/win32clip.pyc
+${PYSITELIB}/IPython/quarantine/win32clip.pyo
+${PYSITELIB}/IPython/scripts/__init__.py
+${PYSITELIB}/IPython/scripts/__init__.pyc
+${PYSITELIB}/IPython/scripts/__init__.pyo
+${PYSITELIB}/IPython/testing/__init__.py
+${PYSITELIB}/IPython/testing/__init__.pyc
+${PYSITELIB}/IPython/testing/__init__.pyo
+${PYSITELIB}/IPython/testing/_paramtestpy2.py
+${PYSITELIB}/IPython/testing/_paramtestpy2.pyc
+${PYSITELIB}/IPython/testing/_paramtestpy2.pyo
+${PYSITELIB}/IPython/testing/_paramtestpy3.py
+${PYSITELIB}/IPython/testing/_paramtestpy3.pyc
+${PYSITELIB}/IPython/testing/_paramtestpy3.pyo
+${PYSITELIB}/IPython/testing/decorators.py
+${PYSITELIB}/IPython/testing/decorators.pyc
+${PYSITELIB}/IPython/testing/decorators.pyo
+${PYSITELIB}/IPython/testing/globalipapp.py
+${PYSITELIB}/IPython/testing/globalipapp.pyc
+${PYSITELIB}/IPython/testing/globalipapp.pyo
+${PYSITELIB}/IPython/testing/iptest.py
+${PYSITELIB}/IPython/testing/iptest.pyc
+${PYSITELIB}/IPython/testing/iptest.pyo
+${PYSITELIB}/IPython/testing/ipunittest.py
+${PYSITELIB}/IPython/testing/ipunittest.pyc
+${PYSITELIB}/IPython/testing/ipunittest.pyo
+${PYSITELIB}/IPython/testing/mkdoctests.py
+${PYSITELIB}/IPython/testing/mkdoctests.pyc
+${PYSITELIB}/IPython/testing/mkdoctests.pyo
+${PYSITELIB}/IPython/testing/nosepatch.py
+${PYSITELIB}/IPython/testing/nosepatch.pyc
+${PYSITELIB}/IPython/testing/nosepatch.pyo
+${PYSITELIB}/IPython/testing/plugin/__init__.py
+${PYSITELIB}/IPython/testing/plugin/__init__.pyc
+${PYSITELIB}/IPython/testing/plugin/__init__.pyo
+${PYSITELIB}/IPython/testing/plugin/dtexample.py
+${PYSITELIB}/IPython/testing/plugin/dtexample.pyc
+${PYSITELIB}/IPython/testing/plugin/dtexample.pyo
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.py
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.pyc
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.pyo
+${PYSITELIB}/IPython/testing/plugin/iptest.py
+${PYSITELIB}/IPython/testing/plugin/iptest.pyc
+${PYSITELIB}/IPython/testing/plugin/iptest.pyo
+${PYSITELIB}/IPython/testing/plugin/setup.py
+${PYSITELIB}/IPython/testing/plugin/setup.pyc
+${PYSITELIB}/IPython/testing/plugin/setup.pyo
+${PYSITELIB}/IPython/testing/plugin/show_refs.py
+${PYSITELIB}/IPython/testing/plugin/show_refs.pyc
+${PYSITELIB}/IPython/testing/plugin/show_refs.pyo
+${PYSITELIB}/IPython/testing/plugin/simple.py
+${PYSITELIB}/IPython/testing/plugin/simple.pyc
+${PYSITELIB}/IPython/testing/plugin/simple.pyo
+${PYSITELIB}/IPython/testing/plugin/simplevars.py
+${PYSITELIB}/IPython/testing/plugin/simplevars.pyc
+${PYSITELIB}/IPython/testing/plugin/simplevars.pyo
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.py
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.pyc
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.pyo
+${PYSITELIB}/IPython/testing/plugin/test_refs.py
+${PYSITELIB}/IPython/testing/plugin/test_refs.pyc
+${PYSITELIB}/IPython/testing/plugin/test_refs.pyo
+${PYSITELIB}/IPython/testing/skipdoctest.py
+${PYSITELIB}/IPython/testing/skipdoctest.pyc
+${PYSITELIB}/IPython/testing/skipdoctest.pyo
+${PYSITELIB}/IPython/testing/tests/__init__.py
+${PYSITELIB}/IPython/testing/tests/__init__.pyc
+${PYSITELIB}/IPython/testing/tests/__init__.pyo
+${PYSITELIB}/IPython/testing/tests/test_decorators.py
+${PYSITELIB}/IPython/testing/tests/test_decorators.pyc
+${PYSITELIB}/IPython/testing/tests/test_decorators.pyo
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.py
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyc
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyo
+${PYSITELIB}/IPython/testing/tests/test_tools.py
+${PYSITELIB}/IPython/testing/tests/test_tools.pyc
+${PYSITELIB}/IPython/testing/tests/test_tools.pyo
+${PYSITELIB}/IPython/testing/tools.py
+${PYSITELIB}/IPython/testing/tools.pyc
+${PYSITELIB}/IPython/testing/tools.pyo
+${PYSITELIB}/IPython/utils/PyColorize.py
+${PYSITELIB}/IPython/utils/PyColorize.pyc
+${PYSITELIB}/IPython/utils/PyColorize.pyo
+${PYSITELIB}/IPython/utils/__init__.py
+${PYSITELIB}/IPython/utils/__init__.pyc
+${PYSITELIB}/IPython/utils/__init__.pyo
+${PYSITELIB}/IPython/utils/_process_common.py
+${PYSITELIB}/IPython/utils/_process_common.pyc
+${PYSITELIB}/IPython/utils/_process_common.pyo
+${PYSITELIB}/IPython/utils/_process_posix.py
+${PYSITELIB}/IPython/utils/_process_posix.pyc
+${PYSITELIB}/IPython/utils/_process_posix.pyo
+${PYSITELIB}/IPython/utils/_process_win32.py
+${PYSITELIB}/IPython/utils/_process_win32.pyc
+${PYSITELIB}/IPython/utils/_process_win32.pyo
+${PYSITELIB}/IPython/utils/attic.py
+${PYSITELIB}/IPython/utils/attic.pyc
+${PYSITELIB}/IPython/utils/attic.pyo
+${PYSITELIB}/IPython/utils/autoattr.py
+${PYSITELIB}/IPython/utils/autoattr.pyc
+${PYSITELIB}/IPython/utils/autoattr.pyo
+${PYSITELIB}/IPython/utils/codeutil.py
+${PYSITELIB}/IPython/utils/codeutil.pyc
+${PYSITELIB}/IPython/utils/codeutil.pyo
+${PYSITELIB}/IPython/utils/coloransi.py
+${PYSITELIB}/IPython/utils/coloransi.pyc
+${PYSITELIB}/IPython/utils/coloransi.pyo
+${PYSITELIB}/IPython/utils/cursesimport.py
+${PYSITELIB}/IPython/utils/cursesimport.pyc
+${PYSITELIB}/IPython/utils/cursesimport.pyo
+${PYSITELIB}/IPython/utils/daemonize.py
+${PYSITELIB}/IPython/utils/daemonize.pyc
+${PYSITELIB}/IPython/utils/daemonize.pyo
+${PYSITELIB}/IPython/utils/data.py
+${PYSITELIB}/IPython/utils/data.pyc
+${PYSITELIB}/IPython/utils/data.pyo
+${PYSITELIB}/IPython/utils/decorators.py
+${PYSITELIB}/IPython/utils/decorators.pyc
+${PYSITELIB}/IPython/utils/decorators.pyo
+${PYSITELIB}/IPython/utils/dir2.py
+${PYSITELIB}/IPython/utils/dir2.pyc
+${PYSITELIB}/IPython/utils/dir2.pyo
+${PYSITELIB}/IPython/utils/doctestreload.py
+${PYSITELIB}/IPython/utils/doctestreload.pyc
+${PYSITELIB}/IPython/utils/doctestreload.pyo
+${PYSITELIB}/IPython/utils/frame.py
+${PYSITELIB}/IPython/utils/frame.pyc
+${PYSITELIB}/IPython/utils/frame.pyo
+${PYSITELIB}/IPython/utils/generics.py
+${PYSITELIB}/IPython/utils/generics.pyc
+${PYSITELIB}/IPython/utils/generics.pyo
+${PYSITELIB}/IPython/utils/growl.py
+${PYSITELIB}/IPython/utils/growl.pyc
+${PYSITELIB}/IPython/utils/growl.pyo
+${PYSITELIB}/IPython/utils/importstring.py
+${PYSITELIB}/IPython/utils/importstring.pyc
+${PYSITELIB}/IPython/utils/importstring.pyo
+${PYSITELIB}/IPython/utils/io.py
+${PYSITELIB}/IPython/utils/io.pyc
+${PYSITELIB}/IPython/utils/io.pyo
+${PYSITELIB}/IPython/utils/ipstruct.py
+${PYSITELIB}/IPython/utils/ipstruct.pyc
+${PYSITELIB}/IPython/utils/ipstruct.pyo
+${PYSITELIB}/IPython/utils/jsonutil.py
+${PYSITELIB}/IPython/utils/jsonutil.pyc
+${PYSITELIB}/IPython/utils/jsonutil.pyo
+${PYSITELIB}/IPython/utils/localinterfaces.py
+${PYSITELIB}/IPython/utils/localinterfaces.pyc
+${PYSITELIB}/IPython/utils/localinterfaces.pyo
+${PYSITELIB}/IPython/utils/module_paths.py
+${PYSITELIB}/IPython/utils/module_paths.pyc
+${PYSITELIB}/IPython/utils/module_paths.pyo
+${PYSITELIB}/IPython/utils/nested_context.py
+${PYSITELIB}/IPython/utils/nested_context.pyc
+${PYSITELIB}/IPython/utils/nested_context.pyo
+${PYSITELIB}/IPython/utils/newserialized.py
+${PYSITELIB}/IPython/utils/newserialized.pyc
+${PYSITELIB}/IPython/utils/newserialized.pyo
+${PYSITELIB}/IPython/utils/notification.py
+${PYSITELIB}/IPython/utils/notification.pyc
+${PYSITELIB}/IPython/utils/notification.pyo
+${PYSITELIB}/IPython/utils/path.py
+${PYSITELIB}/IPython/utils/path.pyc
+${PYSITELIB}/IPython/utils/path.pyo
+${PYSITELIB}/IPython/utils/pickleshare.py
+${PYSITELIB}/IPython/utils/pickleshare.pyc
+${PYSITELIB}/IPython/utils/pickleshare.pyo
+${PYSITELIB}/IPython/utils/pickleutil.py
+${PYSITELIB}/IPython/utils/pickleutil.pyc
+${PYSITELIB}/IPython/utils/pickleutil.pyo
+${PYSITELIB}/IPython/utils/process.py
+${PYSITELIB}/IPython/utils/process.pyc
+${PYSITELIB}/IPython/utils/process.pyo
+${PYSITELIB}/IPython/utils/py3compat.py
+${PYSITELIB}/IPython/utils/py3compat.pyc
+${PYSITELIB}/IPython/utils/py3compat.pyo
+${PYSITELIB}/IPython/utils/rlineimpl.py
+${PYSITELIB}/IPython/utils/rlineimpl.pyc
+${PYSITELIB}/IPython/utils/rlineimpl.pyo
+${PYSITELIB}/IPython/utils/strdispatch.py
+${PYSITELIB}/IPython/utils/strdispatch.pyc
+${PYSITELIB}/IPython/utils/strdispatch.pyo
+${PYSITELIB}/IPython/utils/sysinfo.py
+${PYSITELIB}/IPython/utils/sysinfo.pyc
+${PYSITELIB}/IPython/utils/sysinfo.pyo
+${PYSITELIB}/IPython/utils/syspathcontext.py
+${PYSITELIB}/IPython/utils/syspathcontext.pyc
+${PYSITELIB}/IPython/utils/syspathcontext.pyo
+${PYSITELIB}/IPython/utils/tempdir.py
+${PYSITELIB}/IPython/utils/tempdir.pyc
+${PYSITELIB}/IPython/utils/tempdir.pyo
+${PYSITELIB}/IPython/utils/terminal.py
+${PYSITELIB}/IPython/utils/terminal.pyc
+${PYSITELIB}/IPython/utils/terminal.pyo
+${PYSITELIB}/IPython/utils/tests/__init__.py
+${PYSITELIB}/IPython/utils/tests/__init__.pyc
+${PYSITELIB}/IPython/utils/tests/__init__.pyo
+${PYSITELIB}/IPython/utils/tests/test_imports.py
+${PYSITELIB}/IPython/utils/tests/test_imports.pyc
+${PYSITELIB}/IPython/utils/tests/test_imports.pyo
+${PYSITELIB}/IPython/utils/tests/test_io.py
+${PYSITELIB}/IPython/utils/tests/test_io.pyc
+${PYSITELIB}/IPython/utils/tests/test_io.pyo
+${PYSITELIB}/IPython/utils/tests/test_jsonutil.py
+${PYSITELIB}/IPython/utils/tests/test_jsonutil.pyc
+${PYSITELIB}/IPython/utils/tests/test_jsonutil.pyo
+${PYSITELIB}/IPython/utils/tests/test_module_paths.py
+${PYSITELIB}/IPython/utils/tests/test_module_paths.pyc
+${PYSITELIB}/IPython/utils/tests/test_module_paths.pyo
+${PYSITELIB}/IPython/utils/tests/test_notification.py
+${PYSITELIB}/IPython/utils/tests/test_notification.pyc
+${PYSITELIB}/IPython/utils/tests/test_notification.pyo
+${PYSITELIB}/IPython/utils/tests/test_path.py
+${PYSITELIB}/IPython/utils/tests/test_path.pyc
+${PYSITELIB}/IPython/utils/tests/test_path.pyo
+${PYSITELIB}/IPython/utils/tests/test_process.py
+${PYSITELIB}/IPython/utils/tests/test_process.pyc
+${PYSITELIB}/IPython/utils/tests/test_process.pyo
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.py
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyc
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyo
+${PYSITELIB}/IPython/utils/tests/test_text.py
+${PYSITELIB}/IPython/utils/tests/test_text.pyc
+${PYSITELIB}/IPython/utils/tests/test_text.pyo
+${PYSITELIB}/IPython/utils/tests/test_traitlets.py
+${PYSITELIB}/IPython/utils/tests/test_traitlets.pyc
+${PYSITELIB}/IPython/utils/tests/test_traitlets.pyo
+${PYSITELIB}/IPython/utils/tests/test_wildcard.py
+${PYSITELIB}/IPython/utils/tests/test_wildcard.pyc
+${PYSITELIB}/IPython/utils/tests/test_wildcard.pyo
+${PYSITELIB}/IPython/utils/text.py
+${PYSITELIB}/IPython/utils/text.pyc
+${PYSITELIB}/IPython/utils/text.pyo
+${PYSITELIB}/IPython/utils/timing.py
+${PYSITELIB}/IPython/utils/timing.pyc
+${PYSITELIB}/IPython/utils/timing.pyo
+${PYSITELIB}/IPython/utils/traitlets.py
+${PYSITELIB}/IPython/utils/traitlets.pyc
+${PYSITELIB}/IPython/utils/traitlets.pyo
+${PYSITELIB}/IPython/utils/upgradedir.py
+${PYSITELIB}/IPython/utils/upgradedir.pyc
+${PYSITELIB}/IPython/utils/upgradedir.pyo
+${PYSITELIB}/IPython/utils/warn.py
+${PYSITELIB}/IPython/utils/warn.pyc
+${PYSITELIB}/IPython/utils/warn.pyo
+${PYSITELIB}/IPython/utils/wildcard.py
+${PYSITELIB}/IPython/utils/wildcard.pyc
+${PYSITELIB}/IPython/utils/wildcard.pyo
+${PYSITELIB}/IPython/zmq/__init__.py
+${PYSITELIB}/IPython/zmq/__init__.pyc
+${PYSITELIB}/IPython/zmq/__init__.pyo
+${PYSITELIB}/IPython/zmq/blockingkernelmanager.py
+${PYSITELIB}/IPython/zmq/blockingkernelmanager.pyc
+${PYSITELIB}/IPython/zmq/blockingkernelmanager.pyo
+${PYSITELIB}/IPython/zmq/completer.py
+${PYSITELIB}/IPython/zmq/completer.pyc
+${PYSITELIB}/IPython/zmq/completer.pyo
+${PYSITELIB}/IPython/zmq/displayhook.py
+${PYSITELIB}/IPython/zmq/displayhook.pyc
+${PYSITELIB}/IPython/zmq/displayhook.pyo
+${PYSITELIB}/IPython/zmq/entry_point.py
+${PYSITELIB}/IPython/zmq/entry_point.pyc
+${PYSITELIB}/IPython/zmq/entry_point.pyo
+${PYSITELIB}/IPython/zmq/eventloops.py
+${PYSITELIB}/IPython/zmq/eventloops.pyc
+${PYSITELIB}/IPython/zmq/eventloops.pyo
+${PYSITELIB}/IPython/zmq/frontend.py
+${PYSITELIB}/IPython/zmq/frontend.pyc
+${PYSITELIB}/IPython/zmq/frontend.pyo
+${PYSITELIB}/IPython/zmq/gui/__init__.py
+${PYSITELIB}/IPython/zmq/gui/__init__.pyc
+${PYSITELIB}/IPython/zmq/gui/__init__.pyo
+${PYSITELIB}/IPython/zmq/gui/gtkembed.py
+${PYSITELIB}/IPython/zmq/gui/gtkembed.pyc
+${PYSITELIB}/IPython/zmq/gui/gtkembed.pyo
+${PYSITELIB}/IPython/zmq/heartbeat.py
+${PYSITELIB}/IPython/zmq/heartbeat.pyc
+${PYSITELIB}/IPython/zmq/heartbeat.pyo
+${PYSITELIB}/IPython/zmq/iostream.py
+${PYSITELIB}/IPython/zmq/iostream.pyc
+${PYSITELIB}/IPython/zmq/iostream.pyo
+${PYSITELIB}/IPython/zmq/ipkernel.py
+${PYSITELIB}/IPython/zmq/ipkernel.pyc
+${PYSITELIB}/IPython/zmq/ipkernel.pyo
+${PYSITELIB}/IPython/zmq/kernelapp.py
+${PYSITELIB}/IPython/zmq/kernelapp.pyc
+${PYSITELIB}/IPython/zmq/kernelapp.pyo
+${PYSITELIB}/IPython/zmq/kernelmanager.py
+${PYSITELIB}/IPython/zmq/kernelmanager.pyc
+${PYSITELIB}/IPython/zmq/kernelmanager.pyo
+${PYSITELIB}/IPython/zmq/log.py
+${PYSITELIB}/IPython/zmq/log.pyc
+${PYSITELIB}/IPython/zmq/log.pyo
+${PYSITELIB}/IPython/zmq/parentpoller.py
+${PYSITELIB}/IPython/zmq/parentpoller.pyc
+${PYSITELIB}/IPython/zmq/parentpoller.pyo
+${PYSITELIB}/IPython/zmq/pykernel.py
+${PYSITELIB}/IPython/zmq/pykernel.pyc
+${PYSITELIB}/IPython/zmq/pykernel.pyo
+${PYSITELIB}/IPython/zmq/pylab/__init__.py
+${PYSITELIB}/IPython/zmq/pylab/__init__.pyc
+${PYSITELIB}/IPython/zmq/pylab/__init__.pyo
+${PYSITELIB}/IPython/zmq/pylab/backend_inline.py
+${PYSITELIB}/IPython/zmq/pylab/backend_inline.pyc
+${PYSITELIB}/IPython/zmq/pylab/backend_inline.pyo
+${PYSITELIB}/IPython/zmq/session.py
+${PYSITELIB}/IPython/zmq/session.pyc
+${PYSITELIB}/IPython/zmq/session.pyo
+${PYSITELIB}/IPython/zmq/tests/__init__.py
+${PYSITELIB}/IPython/zmq/tests/__init__.pyc
+${PYSITELIB}/IPython/zmq/tests/__init__.pyo
+${PYSITELIB}/IPython/zmq/tests/test_message_spec.py
+${PYSITELIB}/IPython/zmq/tests/test_message_spec.pyc
+${PYSITELIB}/IPython/zmq/tests/test_message_spec.pyo
+${PYSITELIB}/IPython/zmq/tests/test_session.py
+${PYSITELIB}/IPython/zmq/tests/test_session.pyc
+${PYSITELIB}/IPython/zmq/tests/test_session.pyo
+${PYSITELIB}/IPython/zmq/zmqshell.py
+${PYSITELIB}/IPython/zmq/zmqshell.pyc
+${PYSITELIB}/IPython/zmq/zmqshell.pyo
+${PYSITELIB}/${EGG_FILE}
+man/man1/ipcluster.1
+man/man1/ipcontroller.1
+man/man1/ipengine.1
+man/man1/iplogger.1
+man/man1/ipython.1
+man/man1/irunner.1
+man/man1/pycolor.1
+share/doc/ipython/examples/core/appconfig.py
+share/doc/ipython/examples/core/display.py
+share/doc/ipython/examples/core/example-embed-short.py
+share/doc/ipython/examples/core/example-embed.py
+share/doc/ipython/examples/core/example-gnuplot.py
+share/doc/ipython/examples/core/ipython-get-history.py
+share/doc/ipython/examples/core/ipython-qtconsole.desktop
+share/doc/ipython/examples/core/ipython-sh.desktop
+share/doc/ipython/examples/core/ipython.desktop
+share/doc/ipython/examples/core/ipython_here_shell_extension.reg
+share/doc/ipython/examples/core/leo_bridge_demo.leo
+share/doc/ipython/examples/core/new-embed.py
+share/doc/ipython/examples/core/seteditor.py
+share/doc/ipython/examples/lib/BackgroundJobs.ipynb
+share/doc/ipython/examples/lib/example-demo.py
+share/doc/ipython/examples/lib/gui-glut.py
+share/doc/ipython/examples/lib/gui-gtk.py
+share/doc/ipython/examples/lib/gui-pyglet.py
+share/doc/ipython/examples/lib/gui-qt.py
+share/doc/ipython/examples/lib/gui-tk.py
+share/doc/ipython/examples/lib/gui-wx.py
+share/doc/ipython/examples/lib/internal_ipkernel.py
+share/doc/ipython/examples/lib/ipkernel_qtapp.py
+share/doc/ipython/examples/lib/ipkernel_wxapp.py
+share/doc/ipython/examples/lib/with_ipkernel.py
+share/doc/ipython/examples/notebooks/00_notebook_tour.ipynb
+share/doc/ipython/examples/notebooks/01_notebook_introduction.ipynb
+share/doc/ipython/examples/notebooks/animation.m4v
+share/doc/ipython/examples/notebooks/display_protocol.ipynb
+share/doc/ipython/examples/notebooks/formatting.ipynb
+share/doc/ipython/examples/notebooks/python-logo.svg
+share/doc/ipython/examples/notebooks/sympy.ipynb
+share/doc/ipython/examples/notebooks/sympy_quantum_computing.ipynb
+share/doc/ipython/examples/notebooks/trapezoid_rule.ipynb
+share/doc/ipython/examples/parallel/customresults.py
+share/doc/ipython/examples/parallel/dagdeps.py
+share/doc/ipython/examples/parallel/davinci/pwordfreq.py
+share/doc/ipython/examples/parallel/davinci/wordfreq.py
+share/doc/ipython/examples/parallel/demo/dependencies.py
+share/doc/ipython/examples/parallel/demo/map.py
+share/doc/ipython/examples/parallel/demo/noncopying.py
+share/doc/ipython/examples/parallel/demo/throughput.py
+share/doc/ipython/examples/parallel/demo/views.py
+share/doc/ipython/examples/parallel/fetchparse.py
+share/doc/ipython/examples/parallel/helloworld.ipynb
+share/doc/ipython/examples/parallel/helloworld.py
+share/doc/ipython/examples/parallel/interengine/communicator.py
+share/doc/ipython/examples/parallel/interengine/interengine.py
+share/doc/ipython/examples/parallel/iopubwatcher.py
+share/doc/ipython/examples/parallel/itermapresult.py
+share/doc/ipython/examples/parallel/multiengine1.ipy
+share/doc/ipython/examples/parallel/multiengine2.py
+share/doc/ipython/examples/parallel/multienginemap.py
+share/doc/ipython/examples/parallel/nwmerge.py
+share/doc/ipython/examples/parallel/options/mckernel.py
+share/doc/ipython/examples/parallel/options/mcpricer.ipynb
+share/doc/ipython/examples/parallel/options/mcpricer.py
+share/doc/ipython/examples/parallel/parallel_mpi.ipynb
+share/doc/ipython/examples/parallel/parallel_pylab.ipy
+share/doc/ipython/examples/parallel/phistogram.py
+share/doc/ipython/examples/parallel/pi/parallelpi.py
+share/doc/ipython/examples/parallel/pi/pidigits.py
+share/doc/ipython/examples/parallel/plotting/plotting_backend.py
+share/doc/ipython/examples/parallel/plotting/plotting_frontend.py
+share/doc/ipython/examples/parallel/rmt/rmt.ipy
+share/doc/ipython/examples/parallel/rmt/rmt.ipynb
+share/doc/ipython/examples/parallel/rmt/rmtkernel.py
+share/doc/ipython/examples/parallel/task1.ipynb
+share/doc/ipython/examples/parallel/task1.py
+share/doc/ipython/examples/parallel/task2.py
+share/doc/ipython/examples/parallel/task_profiler.py
+share/doc/ipython/examples/parallel/taskmap.ipynb
+share/doc/ipython/examples/parallel/taskmap.py
+share/doc/ipython/examples/parallel/wave2D/RectPartitioner.py
+share/doc/ipython/examples/parallel/wave2D/communicator.py
+share/doc/ipython/examples/parallel/wave2D/parallelwave-mpi.py
+share/doc/ipython/examples/parallel/wave2D/parallelwave.py
+share/doc/ipython/examples/parallel/wave2D/wavesolver.py
+share/doc/ipython/examples/parallel/workflow/client.py
+share/doc/ipython/examples/parallel/workflow/job_wrapper.py
+share/doc/ipython/examples/parallel/workflow/wmanager.py
+share/doc/ipython/examples/test_embed/embed1.py
+share/doc/ipython/examples/test_embed/embed2.py
+share/doc/ipython/examples/test_embed/embed3.py
+share/doc/ipython/examples/vim/README.rst
+share/doc/ipython/examples/vim/ipy.vim
+share/doc/ipython/manual/.buildinfo
+share/doc/ipython/manual/_downloads/jn.html
+share/doc/ipython/manual/_downloads/jn.xhtml
+share/doc/ipython/manual/_images/allconnections.png
+share/doc/ipython/manual/_images/asian_call.png
+share/doc/ipython/manual/_images/asian_put.png
+share/doc/ipython/manual/_images/besselj.png
+share/doc/ipython/manual/_images/branch_list.png
+share/doc/ipython/manual/_images/branch_list_compare.png
+share/doc/ipython/manual/_images/colors_dark.png
+share/doc/ipython/manual/_images/dagdeps.png
+share/doc/ipython/manual/_images/forking_button.png
+share/doc/ipython/manual/_images/frontend-kernel.png
+share/doc/ipython/manual/_images/hbfade.png
+share/doc/ipython/manual/_images/hpc_job_manager.png
+share/doc/ipython/manual/_images/inheritance0023660690.png
+share/doc/ipython/manual/_images/inheritance018b4bcaf0.png
+share/doc/ipython/manual/_images/inheritance03e43aa880.png
+share/doc/ipython/manual/_images/inheritance057919d05e.png
+share/doc/ipython/manual/_images/inheritance07cfa04125.png
+share/doc/ipython/manual/_images/inheritance09ae8a35a6.png
+share/doc/ipython/manual/_images/inheritance0af87a5d03.png
+share/doc/ipython/manual/_images/inheritance0cb6f539a4.png
+share/doc/ipython/manual/_images/inheritance0ce8325077.png
+share/doc/ipython/manual/_images/inheritance0f3f2ef28c.png
+share/doc/ipython/manual/_images/inheritance10d2f6a85e.png
+share/doc/ipython/manual/_images/inheritance13fef9b7c5.png
+share/doc/ipython/manual/_images/inheritance167dc9940f.png
+share/doc/ipython/manual/_images/inheritance18da0fd7ec.png
+share/doc/ipython/manual/_images/inheritance1c663c3a71.png
+share/doc/ipython/manual/_images/inheritance207f54e4d8.png
+share/doc/ipython/manual/_images/inheritance20cd358b90.png
+share/doc/ipython/manual/_images/inheritance21dba67aa2.png
+share/doc/ipython/manual/_images/inheritance2804df5722.png
+share/doc/ipython/manual/_images/inheritance28d7ef5340.png
+share/doc/ipython/manual/_images/inheritance2b54d705cd.png
+share/doc/ipython/manual/_images/inheritance2fbfe3650b.png
+share/doc/ipython/manual/_images/inheritance3225efb8d9.png
+share/doc/ipython/manual/_images/inheritance36603d89ae.png
+share/doc/ipython/manual/_images/inheritance386fc92f99.png
+share/doc/ipython/manual/_images/inheritance3c9c32023d.png
+share/doc/ipython/manual/_images/inheritance3e9729f101.png
+share/doc/ipython/manual/_images/inheritance40d133a724.png
+share/doc/ipython/manual/_images/inheritance417615d6de.png
+share/doc/ipython/manual/_images/inheritance4188ae887b.png
+share/doc/ipython/manual/_images/inheritance428ea53573.png
+share/doc/ipython/manual/_images/inheritance46e76a9791.png
+share/doc/ipython/manual/_images/inheritance4e5414fc02.png
+share/doc/ipython/manual/_images/inheritance52fb66b8ce.png
+share/doc/ipython/manual/_images/inheritance57f19cde9d.png
+share/doc/ipython/manual/_images/inheritance59d3425ec1.png
+share/doc/ipython/manual/_images/inheritance5a0619564b.png
+share/doc/ipython/manual/_images/inheritance5cd81aff34.png
+share/doc/ipython/manual/_images/inheritance62122ef1b8.png
+share/doc/ipython/manual/_images/inheritance62aaf6a0ca.png
+share/doc/ipython/manual/_images/inheritance634d258a3e.png
+share/doc/ipython/manual/_images/inheritance6491d98cf3.png
+share/doc/ipython/manual/_images/inheritance657e664794.png
+share/doc/ipython/manual/_images/inheritance6767822e1b.png
+share/doc/ipython/manual/_images/inheritance69060173ef.png
+share/doc/ipython/manual/_images/inheritance6bdb8a2e7c.png
+share/doc/ipython/manual/_images/inheritance6cc1729eb7.png
+share/doc/ipython/manual/_images/inheritance6fdf9ef082.png
+share/doc/ipython/manual/_images/inheritance72b95ac514.png
+share/doc/ipython/manual/_images/inheritance73917a95a3.png
+share/doc/ipython/manual/_images/inheritance78d3ca4329.png
+share/doc/ipython/manual/_images/inheritance7a058acd1a.png
+share/doc/ipython/manual/_images/inheritance7e1dd1d54d.png
+share/doc/ipython/manual/_images/inheritance8322639984.png
+share/doc/ipython/manual/_images/inheritance8351262f51.png
+share/doc/ipython/manual/_images/inheritance83ce8b31fa.png
+share/doc/ipython/manual/_images/inheritance88739eb769.png
+share/doc/ipython/manual/_images/inheritance89d97eb861.png
+share/doc/ipython/manual/_images/inheritance8aece273d3.png
+share/doc/ipython/manual/_images/inheritance91fe224ae0.png
+share/doc/ipython/manual/_images/inheritance93b715422d.png
+share/doc/ipython/manual/_images/inheritance93feb7ba6f.png
+share/doc/ipython/manual/_images/inheritance951a2bf2ee.png
+share/doc/ipython/manual/_images/inheritance95e081a3b7.png
+share/doc/ipython/manual/_images/inheritance9be87877fc.png
+share/doc/ipython/manual/_images/inheritance9cbf0dc7ae.png
+share/doc/ipython/manual/_images/inheritance9d4ab668e0.png
+share/doc/ipython/manual/_images/inheritancea5955e4d68.png
+share/doc/ipython/manual/_images/inheritancea6d4b2674d.png
+share/doc/ipython/manual/_images/inheritanceae5f0dd51e.png
+share/doc/ipython/manual/_images/inheritanceb18d3c4efd.png
+share/doc/ipython/manual/_images/inheritanceb507cd9b66.png
+share/doc/ipython/manual/_images/inheritanceb7875f3a7b.png
+share/doc/ipython/manual/_images/inheritanceb7d6c4d904.png
+share/doc/ipython/manual/_images/inheritanceb9e7cee6a2.png
+share/doc/ipython/manual/_images/inheritancebf1cc8c916.png
+share/doc/ipython/manual/_images/inheritancebf8eb49be7.png
+share/doc/ipython/manual/_images/inheritancec0c34426c4.png
+share/doc/ipython/manual/_images/inheritancec38ec7a8d4.png
+share/doc/ipython/manual/_images/inheritancec5ac9b7d12.png
+share/doc/ipython/manual/_images/inheritancec64d3816c5.png
+share/doc/ipython/manual/_images/inheritancec6c2560523.png
+share/doc/ipython/manual/_images/inheritancec71a019f51.png
+share/doc/ipython/manual/_images/inheritancecfae40cb04.png
+share/doc/ipython/manual/_images/inheritanced04f29a549.png
+share/doc/ipython/manual/_images/inheritanced083237a66.png
+share/doc/ipython/manual/_images/inheritanced1e0a76697.png
+share/doc/ipython/manual/_images/inheritanced5ad3d4a65.png
+share/doc/ipython/manual/_images/inheritanced9dae06328.png
+share/doc/ipython/manual/_images/inheritancedb9bfb91a6.png
+share/doc/ipython/manual/_images/inheritancedc9042c36b.png
+share/doc/ipython/manual/_images/inheritancee8d0fe11dd.png
+share/doc/ipython/manual/_images/inheritanceecc3420830.png
+share/doc/ipython/manual/_images/inheritancef65b1adfe2.png
+share/doc/ipython/manual/_images/inheritancef6693f0bdd.png
+share/doc/ipython/manual/_images/inheritancef88400e0cb.png
+share/doc/ipython/manual/_images/inheritancef8d0e73e1b.png
+share/doc/ipython/manual/_images/inheritancefaddeee019.png
+share/doc/ipython/manual/_images/inheritancefc1d1a5f49.png
+share/doc/ipython/manual/_images/iopubfade.png
+share/doc/ipython/manual/_images/ms_visual_studio.png
+share/doc/ipython/manual/_images/notebook_specgram.png
+share/doc/ipython/manual/_images/notiffade.png
+share/doc/ipython/manual/_images/pull_button.png
+share/doc/ipython/manual/_images/qtconsole.png
+share/doc/ipython/manual/_images/qtconsole_tabbed.png
+share/doc/ipython/manual/_images/queryfade.png
+share/doc/ipython/manual/_images/queuefade.png
+share/doc/ipython/manual/_images/simpledag.png
+share/doc/ipython/manual/_images/single_digits.png
+share/doc/ipython/manual/_images/two_digit_counts.png
+share/doc/ipython/manual/_images/wideView.png
+share/doc/ipython/manual/_sources/about/credits.txt
+share/doc/ipython/manual/_sources/about/history.txt
+share/doc/ipython/manual/_sources/about/index.txt
+share/doc/ipython/manual/_sources/about/license_and_copyright.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.config.application.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.config.configurable.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.config.loader.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.alias.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.application.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.autocall.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.builtin_trap.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.compilerop.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.completer.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.completerlib.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.crashhandler.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.debugger.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.display.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.display_trap.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.displayhook.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.displaypub.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.error.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.excolors.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.extensions.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.formatters.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.history.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.hooks.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.inputsplitter.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.interactiveshell.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.ipapi.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.logger.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.macro.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.magic.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.magic_arguments.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.oinspect.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.page.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.payload.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.payloadpage.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.plugin.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.prefilter.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.profileapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.profiledir.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.prompts.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.pylabtools.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.shellapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.splitinput.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.core.ultratb.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.backgroundjobs.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.clipboard.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.deepreload.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.demo.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.display.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.guisupport.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.inputhook.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.inputhookglut.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.inputhookpyglet.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.inputhookqt4.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.irunner.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.kernel.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.latextools.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.pretty.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.lib.security.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.current.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v1.convert.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v1.nbbase.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v1.nbjson.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v1.rwbase.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.convert.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.nbbase.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.nbjson.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.nbpy.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.nbxml.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.rwbase.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.nbformat.v2.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.baseapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.ipclusterapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.ipcontrollerapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.ipengineapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.iploggerapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.launcher.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.logwatcher.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.win32support.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.apps.winhpcjob.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.client.asyncresult.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.client.client.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.client.map.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.client.remotefunction.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.client.view.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.dependency.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.dictdb.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.heartmonitor.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.hub.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.scheduler.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.controller.sqlitedb.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.engine.engine.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.engine.kernelstarter.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.engine.streamkernel.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.error.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.factory.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.parallel.util.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.decorators.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.globalipapp.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.ipunittest.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.mkdoctests.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.nosepatch.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.plugin.dtexample.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.plugin.show_refs.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.plugin.simple.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.plugin.test_ipdoctest.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.plugin.test_refs.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.skipdoctest.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.tools.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.testing.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.PyColorize.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.attic.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.autoattr.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.codeutil.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.coloransi.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.daemonize.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.data.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.decorators.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.dir2.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.doctestreload.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.frame.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.generics.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.growl.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.importstring.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.io.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.ipstruct.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.jsonutil.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.module_paths.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.nested_context.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.newserialized.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.notification.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.path.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.pickleshare.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.pickleutil.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.process.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.py3compat.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.strdispatch.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.sysinfo.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.syspathcontext.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.terminal.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.text.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.timing.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.traitlets.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.upgradedir.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.warn.txt
+share/doc/ipython/manual/_sources/api/generated/IPython.utils.wildcard.txt
+share/doc/ipython/manual/_sources/api/generated/gen.txt
+share/doc/ipython/manual/_sources/api/index.txt
+share/doc/ipython/manual/_sources/attic/parallel_task_old.txt
+share/doc/ipython/manual/_sources/config/editors.txt
+share/doc/ipython/manual/_sources/config/extensions/autoreload.txt
+share/doc/ipython/manual/_sources/config/extensions/index.txt
+share/doc/ipython/manual/_sources/config/extensions/parallelmagic.txt
+share/doc/ipython/manual/_sources/config/extensions/storemagic.txt
+share/doc/ipython/manual/_sources/config/extensions/sympyprinting.txt
+share/doc/ipython/manual/_sources/config/index.txt
+share/doc/ipython/manual/_sources/config/ipython.txt
+share/doc/ipython/manual/_sources/config/old.txt
+share/doc/ipython/manual/_sources/config/overview.txt
+share/doc/ipython/manual/_sources/config/plugins.txt
+share/doc/ipython/manual/_sources/development/coding_guide.txt
+share/doc/ipython/manual/_sources/development/contributing.txt
+share/doc/ipython/manual/_sources/development/doc_guide.txt
+share/doc/ipython/manual/_sources/development/gitwash/configure_git.txt
+share/doc/ipython/manual/_sources/development/gitwash/development_workflow.txt
+share/doc/ipython/manual/_sources/development/gitwash/dot2_dot3.txt
+share/doc/ipython/manual/_sources/development/gitwash/following_latest.txt
+share/doc/ipython/manual/_sources/development/gitwash/forking_hell.txt
+share/doc/ipython/manual/_sources/development/gitwash/git_development.txt
+share/doc/ipython/manual/_sources/development/gitwash/git_install.txt
+share/doc/ipython/manual/_sources/development/gitwash/git_links.txt
+share/doc/ipython/manual/_sources/development/gitwash/git_resources.txt
+share/doc/ipython/manual/_sources/development/gitwash/index.txt
+share/doc/ipython/manual/_sources/development/gitwash/patching.txt
+share/doc/ipython/manual/_sources/development/gitwash/set_up_fork.txt
+share/doc/ipython/manual/_sources/development/index.txt
+share/doc/ipython/manual/_sources/development/inputhook_app.txt
+share/doc/ipython/manual/_sources/development/ipgraph.txt
+share/doc/ipython/manual/_sources/development/ipython_qt.txt
+share/doc/ipython/manual/_sources/development/ipythonzmq.txt
+share/doc/ipython/manual/_sources/development/magic_blueprint.txt
+share/doc/ipython/manual/_sources/development/messaging.txt
+share/doc/ipython/manual/_sources/development/notebook_todo.txt
+share/doc/ipython/manual/_sources/development/parallel_connections.txt
+share/doc/ipython/manual/_sources/development/parallel_messages.txt
+share/doc/ipython/manual/_sources/development/release.txt
+share/doc/ipython/manual/_sources/development/reorg.txt
+share/doc/ipython/manual/_sources/development/roadmap.txt
+share/doc/ipython/manual/_sources/development/session_format.txt
+share/doc/ipython/manual/_sources/development/testing.txt
+share/doc/ipython/manual/_sources/index.txt
+share/doc/ipython/manual/_sources/install/index.txt
+share/doc/ipython/manual/_sources/install/install.txt
+share/doc/ipython/manual/_sources/interactive/htmlnotebook.txt
+share/doc/ipython/manual/_sources/interactive/index.txt
+share/doc/ipython/manual/_sources/interactive/qtconsole.txt
+share/doc/ipython/manual/_sources/interactive/reference.txt
+share/doc/ipython/manual/_sources/interactive/shell.txt
+share/doc/ipython/manual/_sources/interactive/tips.txt
+share/doc/ipython/manual/_sources/interactive/tutorial.txt
+share/doc/ipython/manual/_sources/overview.txt
+share/doc/ipython/manual/_sources/parallel/dag_dependencies.txt
+share/doc/ipython/manual/_sources/parallel/index.txt
+share/doc/ipython/manual/_sources/parallel/parallel_db.txt
+share/doc/ipython/manual/_sources/parallel/parallel_demos.txt
+share/doc/ipython/manual/_sources/parallel/parallel_details.txt
+share/doc/ipython/manual/_sources/parallel/parallel_intro.txt
+share/doc/ipython/manual/_sources/parallel/parallel_mpi.txt
+share/doc/ipython/manual/_sources/parallel/parallel_multiengine.txt
+share/doc/ipython/manual/_sources/parallel/parallel_process.txt
+share/doc/ipython/manual/_sources/parallel/parallel_security.txt
+share/doc/ipython/manual/_sources/parallel/parallel_task.txt
+share/doc/ipython/manual/_sources/parallel/parallel_transition.txt
+share/doc/ipython/manual/_sources/parallel/parallel_winhpc.txt
+share/doc/ipython/manual/_sources/parallel/winhpc_index.txt
+share/doc/ipython/manual/_sources/whatsnew/development.txt
+share/doc/ipython/manual/_sources/whatsnew/github-stats-0.11.txt
+share/doc/ipython/manual/_sources/whatsnew/github-stats-${PKGVERSION}.txt
+share/doc/ipython/manual/_sources/whatsnew/index.txt
+share/doc/ipython/manual/_sources/whatsnew/version0.10.txt
+share/doc/ipython/manual/_sources/whatsnew/version0.11.txt
+share/doc/ipython/manual/_sources/whatsnew/version${PKGVERSION}.txt
+share/doc/ipython/manual/_sources/whatsnew/version0.8.txt
+share/doc/ipython/manual/_sources/whatsnew/version0.9.txt
+share/doc/ipython/manual/_static/basic.css
+share/doc/ipython/manual/_static/default.css
+share/doc/ipython/manual/_static/doctools.js
+share/doc/ipython/manual/_static/file.png
+share/doc/ipython/manual/_static/jquery.js
+share/doc/ipython/manual/_static/logo.png
+share/doc/ipython/manual/_static/minus.png
+share/doc/ipython/manual/_static/ms_visual_studio.png
+share/doc/ipython/manual/_static/notebook_specgram.png
+share/doc/ipython/manual/_static/plus.png
+share/doc/ipython/manual/_static/pygments.css
+share/doc/ipython/manual/_static/qtconsole.png
+share/doc/ipython/manual/_static/qtconsole_tabbed.png
+share/doc/ipython/manual/_static/searchtools.js
+share/doc/ipython/manual/_static/sidebar.js
+share/doc/ipython/manual/_static/underscore.js
+share/doc/ipython/manual/about/credits.html
+share/doc/ipython/manual/about/history.html
+share/doc/ipython/manual/about/index.html
+share/doc/ipython/manual/about/license_and_copyright.html
+share/doc/ipython/manual/api/generated/IPython.config.application.html
+share/doc/ipython/manual/api/generated/IPython.config.configurable.html
+share/doc/ipython/manual/api/generated/IPython.config.loader.html
+share/doc/ipython/manual/api/generated/IPython.core.alias.html
+share/doc/ipython/manual/api/generated/IPython.core.application.html
+share/doc/ipython/manual/api/generated/IPython.core.autocall.html
+share/doc/ipython/manual/api/generated/IPython.core.builtin_trap.html
+share/doc/ipython/manual/api/generated/IPython.core.compilerop.html
+share/doc/ipython/manual/api/generated/IPython.core.completer.html
+share/doc/ipython/manual/api/generated/IPython.core.completerlib.html
+share/doc/ipython/manual/api/generated/IPython.core.crashhandler.html
+share/doc/ipython/manual/api/generated/IPython.core.debugger.html
+share/doc/ipython/manual/api/generated/IPython.core.display.html
+share/doc/ipython/manual/api/generated/IPython.core.display_trap.html
+share/doc/ipython/manual/api/generated/IPython.core.displayhook.html
+share/doc/ipython/manual/api/generated/IPython.core.displaypub.html
+share/doc/ipython/manual/api/generated/IPython.core.error.html
+share/doc/ipython/manual/api/generated/IPython.core.excolors.html
+share/doc/ipython/manual/api/generated/IPython.core.extensions.html
+share/doc/ipython/manual/api/generated/IPython.core.formatters.html
+share/doc/ipython/manual/api/generated/IPython.core.history.html
+share/doc/ipython/manual/api/generated/IPython.core.hooks.html
+share/doc/ipython/manual/api/generated/IPython.core.inputsplitter.html
+share/doc/ipython/manual/api/generated/IPython.core.interactiveshell.html
+share/doc/ipython/manual/api/generated/IPython.core.ipapi.html
+share/doc/ipython/manual/api/generated/IPython.core.logger.html
+share/doc/ipython/manual/api/generated/IPython.core.macro.html
+share/doc/ipython/manual/api/generated/IPython.core.magic.html
+share/doc/ipython/manual/api/generated/IPython.core.magic_arguments.html
+share/doc/ipython/manual/api/generated/IPython.core.oinspect.html
+share/doc/ipython/manual/api/generated/IPython.core.page.html
+share/doc/ipython/manual/api/generated/IPython.core.payload.html
+share/doc/ipython/manual/api/generated/IPython.core.payloadpage.html
+share/doc/ipython/manual/api/generated/IPython.core.plugin.html
+share/doc/ipython/manual/api/generated/IPython.core.prefilter.html
+share/doc/ipython/manual/api/generated/IPython.core.profileapp.html
+share/doc/ipython/manual/api/generated/IPython.core.profiledir.html
+share/doc/ipython/manual/api/generated/IPython.core.prompts.html
+share/doc/ipython/manual/api/generated/IPython.core.pylabtools.html
+share/doc/ipython/manual/api/generated/IPython.core.shellapp.html
+share/doc/ipython/manual/api/generated/IPython.core.splitinput.html
+share/doc/ipython/manual/api/generated/IPython.core.ultratb.html
+share/doc/ipython/manual/api/generated/IPython.lib.backgroundjobs.html
+share/doc/ipython/manual/api/generated/IPython.lib.clipboard.html
+share/doc/ipython/manual/api/generated/IPython.lib.deepreload.html
+share/doc/ipython/manual/api/generated/IPython.lib.demo.html
+share/doc/ipython/manual/api/generated/IPython.lib.display.html
+share/doc/ipython/manual/api/generated/IPython.lib.guisupport.html
+share/doc/ipython/manual/api/generated/IPython.lib.inputhook.html
+share/doc/ipython/manual/api/generated/IPython.lib.inputhookglut.html
+share/doc/ipython/manual/api/generated/IPython.lib.inputhookpyglet.html
+share/doc/ipython/manual/api/generated/IPython.lib.inputhookqt4.html
+share/doc/ipython/manual/api/generated/IPython.lib.irunner.html
+share/doc/ipython/manual/api/generated/IPython.lib.kernel.html
+share/doc/ipython/manual/api/generated/IPython.lib.latextools.html
+share/doc/ipython/manual/api/generated/IPython.lib.pretty.html
+share/doc/ipython/manual/api/generated/IPython.lib.security.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.current.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v1.convert.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v1.nbbase.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v1.nbjson.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v1.rwbase.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.convert.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.nbbase.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.nbjson.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.nbpy.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.nbxml.html
+share/doc/ipython/manual/api/generated/IPython.nbformat.v2.rwbase.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.baseapp.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.ipclusterapp.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.ipcontrollerapp.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.ipengineapp.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.iploggerapp.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.launcher.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.logwatcher.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.win32support.html
+share/doc/ipython/manual/api/generated/IPython.parallel.apps.winhpcjob.html
+share/doc/ipython/manual/api/generated/IPython.parallel.client.asyncresult.html
+share/doc/ipython/manual/api/generated/IPython.parallel.client.client.html
+share/doc/ipython/manual/api/generated/IPython.parallel.client.map.html
+share/doc/ipython/manual/api/generated/IPython.parallel.client.remotefunction.html
+share/doc/ipython/manual/api/generated/IPython.parallel.client.view.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.dependency.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.dictdb.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.heartmonitor.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.hub.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.scheduler.html
+share/doc/ipython/manual/api/generated/IPython.parallel.controller.sqlitedb.html
+share/doc/ipython/manual/api/generated/IPython.parallel.engine.engine.html
+share/doc/ipython/manual/api/generated/IPython.parallel.engine.kernelstarter.html
+share/doc/ipython/manual/api/generated/IPython.parallel.engine.streamkernel.html
+share/doc/ipython/manual/api/generated/IPython.parallel.error.html
+share/doc/ipython/manual/api/generated/IPython.parallel.factory.html
+share/doc/ipython/manual/api/generated/IPython.parallel.util.html
+share/doc/ipython/manual/api/generated/IPython.testing.decorators.html
+share/doc/ipython/manual/api/generated/IPython.testing.globalipapp.html
+share/doc/ipython/manual/api/generated/IPython.testing.html
+share/doc/ipython/manual/api/generated/IPython.testing.ipunittest.html
+share/doc/ipython/manual/api/generated/IPython.testing.mkdoctests.html
+share/doc/ipython/manual/api/generated/IPython.testing.nosepatch.html
+share/doc/ipython/manual/api/generated/IPython.testing.plugin.dtexample.html
+share/doc/ipython/manual/api/generated/IPython.testing.plugin.show_refs.html
+share/doc/ipython/manual/api/generated/IPython.testing.plugin.simple.html
+share/doc/ipython/manual/api/generated/IPython.testing.plugin.test_ipdoctest.html
+share/doc/ipython/manual/api/generated/IPython.testing.plugin.test_refs.html
+share/doc/ipython/manual/api/generated/IPython.testing.skipdoctest.html
+share/doc/ipython/manual/api/generated/IPython.testing.tools.html
+share/doc/ipython/manual/api/generated/IPython.utils.PyColorize.html
+share/doc/ipython/manual/api/generated/IPython.utils.attic.html
+share/doc/ipython/manual/api/generated/IPython.utils.autoattr.html
+share/doc/ipython/manual/api/generated/IPython.utils.codeutil.html
+share/doc/ipython/manual/api/generated/IPython.utils.coloransi.html
+share/doc/ipython/manual/api/generated/IPython.utils.daemonize.html
+share/doc/ipython/manual/api/generated/IPython.utils.data.html
+share/doc/ipython/manual/api/generated/IPython.utils.decorators.html
+share/doc/ipython/manual/api/generated/IPython.utils.dir2.html
+share/doc/ipython/manual/api/generated/IPython.utils.doctestreload.html
+share/doc/ipython/manual/api/generated/IPython.utils.frame.html
+share/doc/ipython/manual/api/generated/IPython.utils.generics.html
+share/doc/ipython/manual/api/generated/IPython.utils.growl.html
+share/doc/ipython/manual/api/generated/IPython.utils.importstring.html
+share/doc/ipython/manual/api/generated/IPython.utils.io.html
+share/doc/ipython/manual/api/generated/IPython.utils.ipstruct.html
+share/doc/ipython/manual/api/generated/IPython.utils.jsonutil.html
+share/doc/ipython/manual/api/generated/IPython.utils.module_paths.html
+share/doc/ipython/manual/api/generated/IPython.utils.nested_context.html
+share/doc/ipython/manual/api/generated/IPython.utils.newserialized.html
+share/doc/ipython/manual/api/generated/IPython.utils.notification.html
+share/doc/ipython/manual/api/generated/IPython.utils.path.html
+share/doc/ipython/manual/api/generated/IPython.utils.pickleshare.html
+share/doc/ipython/manual/api/generated/IPython.utils.pickleutil.html
+share/doc/ipython/manual/api/generated/IPython.utils.process.html
+share/doc/ipython/manual/api/generated/IPython.utils.py3compat.html
+share/doc/ipython/manual/api/generated/IPython.utils.strdispatch.html
+share/doc/ipython/manual/api/generated/IPython.utils.sysinfo.html
+share/doc/ipython/manual/api/generated/IPython.utils.syspathcontext.html
+share/doc/ipython/manual/api/generated/IPython.utils.terminal.html
+share/doc/ipython/manual/api/generated/IPython.utils.text.html
+share/doc/ipython/manual/api/generated/IPython.utils.timing.html
+share/doc/ipython/manual/api/generated/IPython.utils.traitlets.html
+share/doc/ipython/manual/api/generated/IPython.utils.upgradedir.html
+share/doc/ipython/manual/api/generated/IPython.utils.warn.html
+share/doc/ipython/manual/api/generated/IPython.utils.wildcard.html
+share/doc/ipython/manual/api/generated/gen.html
+share/doc/ipython/manual/api/index.html
+share/doc/ipython/manual/attic/parallel_task_old.html
+share/doc/ipython/manual/config/editors.html
+share/doc/ipython/manual/config/extensions/autoreload.html
+share/doc/ipython/manual/config/extensions/index.html
+share/doc/ipython/manual/config/extensions/parallelmagic.html
+share/doc/ipython/manual/config/extensions/storemagic.html
+share/doc/ipython/manual/config/extensions/sympyprinting.html
+share/doc/ipython/manual/config/index.html
+share/doc/ipython/manual/config/ipython.html
+share/doc/ipython/manual/config/old.html
+share/doc/ipython/manual/config/overview.html
+share/doc/ipython/manual/config/plugins.html
+share/doc/ipython/manual/development/coding_guide.html
+share/doc/ipython/manual/development/contributing.html
+share/doc/ipython/manual/development/doc_guide.html
+share/doc/ipython/manual/development/gitwash/configure_git.html
+share/doc/ipython/manual/development/gitwash/development_workflow.html
+share/doc/ipython/manual/development/gitwash/dot2_dot3.html
+share/doc/ipython/manual/development/gitwash/following_latest.html
+share/doc/ipython/manual/development/gitwash/forking_hell.html
+share/doc/ipython/manual/development/gitwash/git_development.html
+share/doc/ipython/manual/development/gitwash/git_install.html
+share/doc/ipython/manual/development/gitwash/git_links.html
+share/doc/ipython/manual/development/gitwash/git_resources.html
+share/doc/ipython/manual/development/gitwash/index.html
+share/doc/ipython/manual/development/gitwash/patching.html
+share/doc/ipython/manual/development/gitwash/set_up_fork.html
+share/doc/ipython/manual/development/index.html
+share/doc/ipython/manual/development/inputhook_app.html
+share/doc/ipython/manual/development/ipgraph.html
+share/doc/ipython/manual/development/ipython_qt.html
+share/doc/ipython/manual/development/ipythonzmq.html
+share/doc/ipython/manual/development/magic_blueprint.html
+share/doc/ipython/manual/development/messaging.html
+share/doc/ipython/manual/development/notebook_todo.html
+share/doc/ipython/manual/development/parallel_connections.html
+share/doc/ipython/manual/development/parallel_messages.html
+share/doc/ipython/manual/development/release.html
+share/doc/ipython/manual/development/reorg.html
+share/doc/ipython/manual/development/roadmap.html
+share/doc/ipython/manual/development/session_format.html
+share/doc/ipython/manual/development/testing.html
+share/doc/ipython/manual/genindex.html
+share/doc/ipython/manual/index.html
+share/doc/ipython/manual/install/index.html
+share/doc/ipython/manual/install/install.html
+share/doc/ipython/manual/interactive/htmlnotebook.html
+share/doc/ipython/manual/interactive/index.html
+share/doc/ipython/manual/interactive/qtconsole.html
+share/doc/ipython/manual/interactive/reference.html
+share/doc/ipython/manual/interactive/shell.html
+share/doc/ipython/manual/interactive/tips.html
+share/doc/ipython/manual/interactive/tutorial.html
+share/doc/ipython/manual/objects.inv
+share/doc/ipython/manual/overview.html
+share/doc/ipython/manual/parallel/dag_dependencies.html
+share/doc/ipython/manual/parallel/index.html
+share/doc/ipython/manual/parallel/parallel_db.html
+share/doc/ipython/manual/parallel/parallel_demos.html
+share/doc/ipython/manual/parallel/parallel_details.html
+share/doc/ipython/manual/parallel/parallel_intro.html
+share/doc/ipython/manual/parallel/parallel_mpi.html
+share/doc/ipython/manual/parallel/parallel_multiengine.html
+share/doc/ipython/manual/parallel/parallel_process.html
+share/doc/ipython/manual/parallel/parallel_security.html
+share/doc/ipython/manual/parallel/parallel_task.html
+share/doc/ipython/manual/parallel/parallel_transition.html
+share/doc/ipython/manual/parallel/parallel_winhpc.html
+share/doc/ipython/manual/parallel/winhpc_index.html
+share/doc/ipython/manual/py-modindex.html
+share/doc/ipython/manual/search.html
+share/doc/ipython/manual/searchindex.js
+share/doc/ipython/manual/whatsnew/development.html
+share/doc/ipython/manual/whatsnew/github-stats-0.11.html
+share/doc/ipython/manual/whatsnew/github-stats-${PKGVERSION}.html
+share/doc/ipython/manual/whatsnew/index.html
+share/doc/ipython/manual/whatsnew/version0.10.html
+share/doc/ipython/manual/whatsnew/version0.11.html
+share/doc/ipython/manual/whatsnew/version${PKGVERSION}.html
+share/doc/ipython/manual/whatsnew/version0.8.html
+share/doc/ipython/manual/whatsnew/version0.9.html
+@pkgdir share/doc/ipython/extensions
diff --git a/devel/py-ipython012/distinfo b/devel/py-ipython012/distinfo
new file mode 100644
index 00000000000..807cd37494b
--- /dev/null
+++ b/devel/py-ipython012/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+
+SHA1 (ipython-0.12.tar.gz) = 49f6397d2957bb0a4492d0b35f3898dc161871de
+RMD160 (ipython-0.12.tar.gz) = 7086a8a5ebb5717091d1868907f6ae80abc9c7ab
+Size (ipython-0.12.tar.gz) = 9316219 bytes
+SHA1 (patch-ba) = e4fef4a3f58bb773deb3be3894e738807b327ae1
+SHA1 (patch-bb) = 821c566dbd00fb01b5f5c87932e7d676539419b6
+SHA1 (patch-setupbase.py) = ecd8aacaca2e19412ceeb7100f598e40df2f9c9f
diff --git a/devel/py-ipython012/patches/patch-ba b/devel/py-ipython012/patches/patch-ba
new file mode 100644
index 00000000000..807097f1b7b
--- /dev/null
+++ b/devel/py-ipython012/patches/patch-ba
@@ -0,0 +1,42 @@
+$NetBSD: patch-ba,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+
+--- IPython/utils/tests/test_process.py.orig 2011-12-19 01:25:33.000000000 +0000
++++ IPython/utils/tests/test_process.py
+@@ -102,30 +102,30 @@ class SubProcessTestCase(TestCase, tt.Te
+ self.mktmp('\n'.join(lines))
+
+ def test_system(self):
+- status = system('python "%s"' % self.fname)
++ status = system('"%s" "%s"' % (sys.executable, self.fname))
+ self.assertEquals(status, 0)
+
+ def test_system_quotes(self):
+- status = system('python -c "import sys"')
++ status = system('"%s" -c "import sys"' % sys.executable)
+ self.assertEquals(status, 0)
+
+ def test_getoutput(self):
+- out = getoutput('python "%s"' % self.fname)
++ out = getoutput('"%s" "%s"' % (sys.executable, self.fname))
+ self.assertEquals(out, 'on stdout')
+
+ def test_getoutput_quoted(self):
+- out = getoutput('python -c "print (1)"')
++ out = getoutput('"%s" -c "print (1)"' % sys.executable)
+ self.assertEquals(out.strip(), '1')
+
+ #Invalid quoting on windows
+ @dec.skip_win32
+ def test_getoutput_quoted2(self):
+- out = getoutput("python -c 'print (1)'")
++ out = getoutput("'%s' -c 'print (1)'" % sys.executable)
+ self.assertEquals(out.strip(), '1')
+- out = getoutput("python -c 'print (\"1\")'")
++ out = getoutput("'%s' -c 'print (\"1\")'" % sys.executable)
+ self.assertEquals(out.strip(), '1')
+
+ def test_getoutput(self):
+- out, err = getoutputerror('python "%s"' % self.fname)
++ out, err = getoutputerror('"%s" "%s"' % (sys.executable, self.fname))
+ self.assertEquals(out, 'on stdout')
+ self.assertEquals(err, 'on stderr')
diff --git a/devel/py-ipython012/patches/patch-bb b/devel/py-ipython012/patches/patch-bb
new file mode 100644
index 00000000000..2d40c127063
--- /dev/null
+++ b/devel/py-ipython012/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+
+--- IPython/core/tests/test_interactiveshell.py.orig 2012-03-30 18:28:52.000000000 +0000
++++ IPython/core/tests/test_interactiveshell.py
+@@ -269,7 +269,7 @@ class TestSystemRaw(unittest.TestCase):
+ def test_1(self):
+ """Test system_raw with non-ascii cmd
+ """
+- cmd = ur'''python -c "'åäö'" '''
++ cmd = ur'''"%s" -c "'åäö'" ''' % sys.executable
+ _ip.shell.system_raw(cmd)
+
+
diff --git a/devel/py-ipython012/patches/patch-setupbase.py b/devel/py-ipython012/patches/patch-setupbase.py
new file mode 100644
index 00000000000..e0cd6598001
--- /dev/null
+++ b/devel/py-ipython012/patches/patch-setupbase.py
@@ -0,0 +1,13 @@
+$NetBSD: patch-setupbase.py,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+
+--- setupbase.py.orig 2011-12-19 01:25:33.000000000 +0000
++++ setupbase.py
+@@ -197,7 +197,7 @@ def find_data_files():
+ """
+
+ docdirbase = pjoin('share', 'doc', 'ipython')
+- manpagebase = pjoin('share', 'man', 'man1')
++ manpagebase = pjoin(os.environ.get('PKGMANDIR'), 'man1')
+
+ # Simple file lists can be made by hand
+ manpages = filter(isfile, glob(pjoin('docs','man','*.1.gz')))