diff -ruN spyder.orig/Makefile spyder/Makefile --- spyder.orig/Makefile 2014-12-08 10:11:56.000000000 +0400 +++ spyder/Makefile 2014-12-09 11:38:33.000000000 +0400 @@ -1,54 +1,76 @@ +# Created by: rodperson # $FreeBSD$ PORTNAME= spyder -PORTVERSION= 2.3.0beta2 -CATEGORIES= devel -MASTER_SITES= http://spyderlib.googlecode.com/files/ -EXTRACT_SUFX= .zip +PORTVERSION= 2.3.2 +CATEGORIES= devel python +MASTER_SITES= http://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}${EXTRACT_SUFX}?dummy=/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rodperson@rodperson.com -COMMENT= IDE for Python +COMMENT= Scientific PYthon Development EnviRonment, an alternative to IDLE -LICENSE= MIT +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS:= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USES= desktop-file-utils python tar:bz2 +USE_PYTHON= autoplist distutils +PYDISTUTILS_INSTALLNOSINGLE= yes + +WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} + +BB_ACCOUNT= spyder-ide +BB_PROJECT= spyderlib +BB_COMMIT= f46761209993 + +DOCSDIR= ${PYTHON_SITELIBDIR}/spyderlib +PORTDOCS= doc + +OPTIONS_DEFINE= DOCS +OPTIONS_GROUP= RECOMMENDED OPTIONAL +OPTIONS_GROUP_RECOMMENDED= IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX +OPTIONS_GROUP_OPTIONAL= PANDAS PEP8 PYGMENTS PYLINT SYMPY -OPTIONS_DEFINE= SPHINX ROPE PYFLAKES PYLINT NUMPY - -SPHINX_DESC= Documentation generation and Object Inspector rich text mode -ROPE_DESC= Code completion / go-to-definition features in source code editor +IPYTHON_DESC= IPython Console integration +MATPLOT_DESC= 2D/3D plotting +NUMPY_DESC= N-dimensional arrays +PANDAS_DESC= View and edit DataFrames and Series in the Variable Explorer +PEP8_DESC= Style analysis +PSUTIL_DESC= Memory/CPU usage in the status bar PYFLAKES_DESC= Real-time code analysis +PYGMENTS_DESC= Syntax highlighting for several file types PYLINT_DESC= Code analysis -NUMPY_DESC= N-dimensional arrays - -OPTIONS_DEFAULT= +ROPE_DESC= Editor code completion, calltips and go-to-definition +SCIPY_DESC= Signal/image processing +SPHINX_DESC= Rich text help on the Object Inspector +SYMPY_DESC= Symbolic mathematics in the IPython Console + +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:${PORTSDIR}/textproc/py-sphinx +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.13:${PORTSDIR}/devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:${PORTSDIR}/net/py-pyzmq +MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:${PORTSDIR}/math/py-matplotlib +NUMPY_RUN_DEPENDS= ${PYNUMPY} +PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.13.1:${PORTSDIR}/math/py-pandas +PEP8_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pep8>=0.6:${PORTSDIR}/devel/pep8 +PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.3:${PORTSDIR}/sysutils/py-psutil +PYFLAKES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:${PORTSDIR}/devel/py-pyflakes +PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments +PYLINT_RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=0.25:${PORTSDIR}/devel/pylint +ROPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rope>=0.9:${PORTSDIR}/devel/py-rope +SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0:${PORTSDIR}/science/py-scipy +SPHINX_RUN_DEPENDS= ${DOCS_BUILD_DEPENDS} +SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.0:${PORTSDIR}/math/py-sympy .include -.if ${PORT_OPTIONS:MSPHINX} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Sphinx>=0.6:${PORTSDIR}/textproc/py-sphinx -.endif - -.if ${PORT_OPTIONS:MROPE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}rope>=0.9:${PORTSDIR}/devel/py-rope -.endif - -.if ${PORT_OPTIONS:MPYFLAKES} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.3:${PORTSDIR}/devel/py-pyflakes -.endif - -.if ${PORT_OPTIONS:MPYLINT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pylint:${PORTSDIR}/devel/pylint -.endif - -.if ${PORT_OPTIONS:MNUMPY} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numpy:${PORTSDIR}/math/py-numpy -.endif +post-patch: + @${REINPLACE_CMD} -e 's|'linux'|'${OPSYS:tl}'| ' \ + ${WRKSRC}/setup.py \ + ${WRKSRC}/spyderlib/spyder.py .include diff -ruN spyder.orig/distinfo spyder/distinfo --- spyder.orig/distinfo 2014-12-08 10:11:56.000000000 +0400 +++ spyder/distinfo 2014-12-08 10:43:26.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (spyder-2.3.0beta2.zip) = 76f5d9328deaf0f4384251421ab018c197622199a9de4fde21dd990e9db99e45 -SIZE (spyder-2.3.0beta2.zip) = 3569356 +SHA256 (spyder-2.3.2.tar.bz2) = f2763deb3e51bf4f163abca736165e9616b9cdf5cef7be4488023069ea399926 +SIZE (spyder-2.3.2.tar.bz2) = 4522466 diff -ruN spyder.orig/pkg-descr spyder/pkg-descr --- spyder.orig/pkg-descr 2014-12-08 10:11:56.000000000 +0400 +++ spyder/pkg-descr 2014-12-08 10:49:52.000000000 +0400 @@ -2,4 +2,4 @@ environment for the Python language with advanced editing, interactive testing, debugging and introspection features -http://code.google.com/p/spyderlib/ +WWW: http://code.google.com/p/spyderlib/ diff -ruN spyder.orig/pkg-list spyder/pkg-list --- spyder.orig/pkg-list 2014-12-08 10:11:56.000000000 +0400 +++ spyder/pkg-list 1970-01-01 03:00:00.000000000 +0300 @@ -1,920 +0,0 @@ -bin/spyder -bin/spyder_win_post_install.py -%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/spyderlib/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.py -%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.py -%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/config.py -%%PYTHON_SITELIBDIR%%/spyderlib/config.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/config.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.py -%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.py -%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/1downarrow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/1uparrow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/2downarrow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/2uparrow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-continue.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-in.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-out.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-over.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/auto_reload.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/browse_tab.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/check.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/cmdprompt.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/collapse.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/collapse_selection.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/configure.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/copywop.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/delete.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit24.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit_add.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit_remove.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editcopy.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editcut.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editdelete.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editpaste.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/eraser.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/exit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/expand.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/expand_selection.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/filter.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/find.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findf.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findnext.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findprevious.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/folder_new.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/hide.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/hist.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/home.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/imshow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/insert.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/lock.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/lock_open.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/magnifier.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/maximize.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/next.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/options_less.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/options_more.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/plot.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/previous.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/redo.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/reload.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/rename.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/replace.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/restore.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/show.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/special_paste.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/stop.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/stop_debug.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/synchronize.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/tooloptions.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/undo.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/unmaximize.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/up.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/window_fullscreen.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/window_nofullscreen.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/zoom_in.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/zoom_out.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/advanced.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/arredit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/arrow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/bold.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/browser.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/clear.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/cmdprompt_t.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/console.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/environ.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/history.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/history24.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/ipython_console.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/ipython_console_t.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/kill.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/loading.gif -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/prompt.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/python.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/python_t.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/restart.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/run_small.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/syspath.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/terminate.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/console/terminated.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/dictedit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_big.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_cond_big.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_cond_small.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_small.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/bug.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/class.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/close_panel.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/comment.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/convention.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/debug.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/error.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/file.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/filelist.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/fromcursor.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/function.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/gotoline.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/highlight.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/horsplit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/indent.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/last_edit_location.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/method.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/newwindow.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/next_cursor.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/next_wng.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/outline_explorer.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/outline_explorer_vis.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/prev_cursor.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/prev_wng.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/private1.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/private2.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/refactor.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_again.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_cell.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_cell_advance.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_selection.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_settings.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/select.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/selectall.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/todo.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/todo_list.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/uncomment.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/unindent.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/versplit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/warning.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/wng_list.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/ext_tools.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileclose.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filecloseall.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileimport.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filenew.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileopen.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filesave.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filesaveas.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/print.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/file/save_all.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/bat.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/bmp.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/c.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cc.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cfg.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/chm.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cl.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cmd.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cpp.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/css.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cxx.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/diff.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/doc.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/exe.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f77.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f90.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/gif.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/h.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hh.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hpp.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/htm.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/html.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hxx.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/inf.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ini.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/jpeg.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/jpg.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/js.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/log.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nsh.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nsi.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nt.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/patch.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pdf.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/png.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/po.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pot.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pps.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/properties.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ps.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pxd.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pxi.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/py.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyc.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyw.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyx.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/rar.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/readme.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/reg.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/rej.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/session.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tar.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tex.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tgz.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tif.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tiff.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ts.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/txt.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ui.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/xls.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/xml.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/zip.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/font.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/genprefs.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/inspector.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/italic.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/matplotlib.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/none.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/not_found.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/options.svg -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/add_to_path.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/folder.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/package.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_folder.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_package.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_project.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/project.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/project_closed.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pydev.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pythonpath.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/remove_from_path.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/show_all.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/pythonpath_mgr.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/pythonxy.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/qt.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/qtassistant.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/qtdesigner.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/qtlinguist.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/scipy.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/set_workdir.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/splash.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/spyder.svg -%%PYTHON_SITELIBDIR%%/spyderlib/images/spyder_light.svg -%%PYTHON_SITELIBDIR%%/spyderlib/images/upper_lower.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/vcs_browse.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/vcs_commit.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/vitables.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/whole_words.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/win_env.png -%%PYTHON_SITELIBDIR%%/spyderlib/images/winpython.svg -%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.py -%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.py -%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/locale/es/LC_MESSAGES/spyderlib.mo -%%PYTHON_SITELIBDIR%%/spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo -%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.py -%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.py -%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.py -%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.py -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.py -%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.py -%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.py -%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/requirements.py -%%PYTHON_SITELIBDIR%%/spyderlib/requirements.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/requirements.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.py -%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.py -%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/spyder.py -%%PYTHON_SITELIBDIR%%/spyderlib/spyder.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/spyder.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/start_app.py -%%PYTHON_SITELIBDIR%%/spyderlib/start_app.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/start_app.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.py -%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/copy_button.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/jquery.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/math_config.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/MathJax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_SVG-full.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_SVG.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-MML-AM_HTMLorMML.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/default.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/local/local.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/FontWarnings.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/HTML-CSS/handle-floats.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathEvents.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathMenu.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathZoom.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/AMSmath.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/AMSsymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/HTML.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/action.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/autobold.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/autoload-all.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/bbox.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/begingroup.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/boldsymbol.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/cancel.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/color.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/enclose.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/extpfeil.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/mathchoice.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/mhchem.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/newcommand.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/noErrors.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/noUndefined.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/unicode.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/verb.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/asciimath2jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/jsMath2jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/mml2jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/tex2jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/toMathML.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/v1.0-warning.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images/CloseX-31.png -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images/MenuArrow-15.png -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Arrows.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/CombDiactForSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Dingbats.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GeneralPunctuation.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GeometricShapes.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GreekAndCoptic.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Latin1Supplement.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/LetterlikeSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscTechnical.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SpacingModLetters.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SuppMathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SupplementalArrowsA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SupplementalArrowsB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath/config.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath/jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/config.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/a.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/b.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/c.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/d.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/e.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/f.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/fr.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/g.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/h.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/i.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/j.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/k.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/l.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/m.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/n.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/o.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/opf.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/p.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/q.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/r.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/s.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/scr.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/t.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/u.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/v.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/w.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/x.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/y.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/z.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX/config.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX/jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/annotation-xml.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/maction.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/menclose.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mglyph.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mmultiscripts.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/ms.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mtable.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/multiline.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/config.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/fontdata.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/jax.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/utils.js -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css/default.css -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css/pygments.css -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/layout.html -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/usage.html -%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/warning.html -%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.py -%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.pyo -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.py -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.pyc -%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.py -%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/images/profiler.png -%%PYTHON_SITELIBDIR%%/spyderplugins/images/pylint.png -%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.py -%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.py -%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_breakpoints.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_breakpoints.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo -%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.py -%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.py -%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.py -%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.py -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.py -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.pyo -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.py -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.pyc -%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.pyo -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/widgets -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/es -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/images -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4 -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3 -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2 -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1 -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/HTML-CSS -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/local -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/external -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/qt -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/plugins -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/fr/LC_MESSAGES -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/fr -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/es/LC_MESSAGES -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/es -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/projects -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/file -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/editor -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/console -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/actions -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images -@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib -@dirrmtry %%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info -@dirrmtry lib/python2.7/site-packages -@dirrmtry lib/python2.7