View | Details | Raw Unified | Return to bug 186316 | Differences between
and this patch

Collapse All | Expand All

(-)spyder/Makefile (-35 / +57 lines)
Lines 1-54 Link Here
1
# Created by: rodperson <rodperson@rodperson.com>
1
# $FreeBSD$
2
# $FreeBSD$
2
3
3
PORTNAME=	spyder
4
PORTNAME=	spyder
4
PORTVERSION=	2.3.0beta2
5
PORTVERSION=	2.3.2
5
CATEGORIES=	devel
6
CATEGORIES=	devel python
6
MASTER_SITES=	http://spyderlib.googlecode.com/files/
7
MASTER_SITES=	http://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}${EXTRACT_SUFX}?dummy=/
7
EXTRACT_SUFX=	.zip
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	rodperson@rodperson.com
10
MAINTAINER=	rodperson@rodperson.com
10
COMMENT=	IDE for Python
11
COMMENT=	Scientific PYthon Development EnviRonment, an alternative to IDLE
11
12
12
LICENSE=		MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
15
14
RUN_DEPENDS:=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
16
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
15
		${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
17
		${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
16
		${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \
18
		${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \
17
		${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network
19
		${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network
18
20
19
USE_PYTHON=	yes
21
USES=	desktop-file-utils python tar:bz2
20
USE_PYDISTUTILS=	easy_install
22
USE_PYTHON=	autoplist distutils
23
PYDISTUTILS_INSTALLNOSINGLE=	yes
24
25
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
26
27
BB_ACCOUNT=	spyder-ide
28
BB_PROJECT=	spyderlib
29
BB_COMMIT=	f46761209993
30
31
DOCSDIR=	${PYTHON_SITELIBDIR}/spyderlib
32
PORTDOCS=	doc
33
34
OPTIONS_DEFINE=	DOCS
35
OPTIONS_GROUP=	RECOMMENDED OPTIONAL
36
OPTIONS_GROUP_RECOMMENDED=	IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX
37
OPTIONS_GROUP_OPTIONAL=	PANDAS PEP8 PYGMENTS PYLINT SYMPY
21
38
22
OPTIONS_DEFINE=	SPHINX ROPE PYFLAKES  PYLINT NUMPY
39
IPYTHON_DESC=	IPython Console integration
23
40
MATPLOT_DESC=	2D/3D plotting
24
SPHINX_DESC=	Documentation generation and Object Inspector rich text mode
41
NUMPY_DESC=	N-dimensional arrays
25
ROPE_DESC=	 Code completion / go-to-definition features in source code editor
42
PANDAS_DESC=	View and edit DataFrames and Series in the Variable Explorer
43
PEP8_DESC=	Style analysis
44
PSUTIL_DESC=	Memory/CPU usage in the status bar
26
PYFLAKES_DESC=	Real-time code analysis
45
PYFLAKES_DESC=	Real-time code analysis
46
PYGMENTS_DESC=	Syntax highlighting for several file types
27
PYLINT_DESC=	Code analysis
47
PYLINT_DESC=	Code analysis
28
NUMPY_DESC=	N-dimensional arrays
48
ROPE_DESC=	Editor code completion, calltips and go-to-definition
29
49
SCIPY_DESC=	Signal/image processing
30
OPTIONS_DEFAULT=
50
SPHINX_DESC=	Rich text help on the Object Inspector
51
SYMPY_DESC=	Symbolic mathematics in the IPython Console
52
53
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:${PORTSDIR}/textproc/py-sphinx
54
IPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0.13:${PORTSDIR}/devel/ipython \
55
	${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:${PORTSDIR}/net/py-pyzmq
56
MATPLOT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:${PORTSDIR}/math/py-matplotlib
57
NUMPY_RUN_DEPENDS=	${PYNUMPY}
58
PANDAS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=0.13.1:${PORTSDIR}/math/py-pandas
59
PEP8_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pep8>=0.6:${PORTSDIR}/devel/pep8
60
PSUTIL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=0.3:${PORTSDIR}/sysutils/py-psutil
61
PYFLAKES_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:${PORTSDIR}/devel/py-pyflakes
62
PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments
63
PYLINT_RUN_DEPENDS=	pylint:${PORTSDIR}/devel/pylint
64
ROPE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rope>=0.9:${PORTSDIR}/devel/py-rope
65
SCIPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>=0:${PORTSDIR}/science/py-scipy
66
SPHINX_RUN_DEPENDS=	${DOCS_BUILD_DEPENDS}
67
SYMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sympy>=0.7.0:${PORTSDIR}/math/py-sympy
31
68
32
.include <bsd.port.options.mk>
69
.include <bsd.port.options.mk>
33
70
34
.if ${PORT_OPTIONS:MSPHINX}
71
post-patch:
35
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Sphinx>=0.6:${PORTSDIR}/textproc/py-sphinx
72
	@${REINPLACE_CMD} -e 's|'linux'|'${OPSYS:tl}'| ' \
36
.endif
73
		${WRKSRC}/setup.py \
37
74
		${WRKSRC}/spyderlib/spyder.py
38
.if ${PORT_OPTIONS:MROPE}
39
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}rope>=0.9:${PORTSDIR}/devel/py-rope
40
.endif
41
42
.if ${PORT_OPTIONS:MPYFLAKES}
43
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pyflakes>=0.3:${PORTSDIR}/devel/py-pyflakes
44
.endif
45
46
.if ${PORT_OPTIONS:MPYLINT}
47
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pylint:${PORTSDIR}/devel/pylint
48
.endif
49
50
.if ${PORT_OPTIONS:MNUMPY}
51
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}numpy:${PORTSDIR}/math/py-numpy
52
.endif
53
75
54
.include <bsd.port.mk>
76
.include <bsd.port.mk>
(-)spyder/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (spyder-2.3.0beta2.zip) = 76f5d9328deaf0f4384251421ab018c197622199a9de4fde21dd990e9db99e45
1
SHA256 (spyder-2.3.2.tar.bz2) = f2763deb3e51bf4f163abca736165e9616b9cdf5cef7be4488023069ea399926
2
SIZE (spyder-2.3.0beta2.zip) = 3569356
2
SIZE (spyder-2.3.2.tar.bz2) = 4522466
(-)spyder/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
environment for the Python language with advanced editing, interactive 
2
environment for the Python language with advanced editing, interactive 
3
testing, debugging and introspection features
3
testing, debugging and introspection features
4
4
5
http://code.google.com/p/spyderlib/
5
WWW: http://code.google.com/p/spyderlib/
(-)spyder/pkg-list (-920 lines)
Lines 1-920 Link Here
1
bin/spyder
2
bin/spyder_win_post_install.py
3
%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/PKG-INFO
4
%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/SOURCES.txt
5
%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/dependency_links.txt
6
%%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info/top_level.txt
7
%%PYTHON_SITELIBDIR%%/spyderlib/__init__.py
8
%%PYTHON_SITELIBDIR%%/spyderlib/__init__.pyc
9
%%PYTHON_SITELIBDIR%%/spyderlib/__init__.pyo
10
%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.py
11
%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.pyc
12
%%PYTHON_SITELIBDIR%%/spyderlib/baseconfig.pyo
13
%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.py
14
%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.pyc
15
%%PYTHON_SITELIBDIR%%/spyderlib/cli_options.pyo
16
%%PYTHON_SITELIBDIR%%/spyderlib/config.py
17
%%PYTHON_SITELIBDIR%%/spyderlib/config.pyc
18
%%PYTHON_SITELIBDIR%%/spyderlib/config.pyo
19
%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.py
20
%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.pyc
21
%%PYTHON_SITELIBDIR%%/spyderlib/dependencies.pyo
22
%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.py
23
%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.pyc
24
%%PYTHON_SITELIBDIR%%/spyderlib/guiconfig.pyo
25
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/1downarrow.png
26
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/1uparrow.png
27
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/2downarrow.png
28
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/2uparrow.png
29
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-continue.png
30
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-in.png
31
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-out.png
32
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/arrow-step-over.png
33
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/auto_reload.png
34
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/browse_tab.png
35
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/check.png
36
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/cmdprompt.png
37
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/collapse.png
38
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/collapse_selection.png
39
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/configure.png
40
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/copywop.png
41
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/delete.png
42
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit.png
43
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit24.png
44
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit_add.png
45
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/edit_remove.png
46
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editcopy.png
47
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editcut.png
48
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editdelete.png
49
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/editpaste.png
50
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/eraser.png
51
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/exit.png
52
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/expand.png
53
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/expand_selection.png
54
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/filter.png
55
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/find.png
56
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findf.png
57
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findnext.png
58
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/findprevious.png
59
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/folder_new.png
60
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/hide.png
61
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/hist.png
62
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/home.png
63
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/imshow.png
64
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/insert.png
65
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/lock.png
66
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/lock_open.png
67
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/magnifier.png
68
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/maximize.png
69
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/next.png
70
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/options_less.png
71
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/options_more.png
72
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/plot.png
73
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/previous.png
74
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/redo.png
75
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/reload.png
76
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/rename.png
77
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/replace.png
78
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/restore.png
79
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/show.png
80
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/special_paste.png
81
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/stop.png
82
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/stop_debug.png
83
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/synchronize.png
84
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/tooloptions.png
85
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/undo.png
86
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/unmaximize.png
87
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/up.png
88
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/window_fullscreen.png
89
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/window_nofullscreen.png
90
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/zoom_in.png
91
%%PYTHON_SITELIBDIR%%/spyderlib/images/actions/zoom_out.png
92
%%PYTHON_SITELIBDIR%%/spyderlib/images/advanced.png
93
%%PYTHON_SITELIBDIR%%/spyderlib/images/arredit.png
94
%%PYTHON_SITELIBDIR%%/spyderlib/images/arrow.png
95
%%PYTHON_SITELIBDIR%%/spyderlib/images/bold.png
96
%%PYTHON_SITELIBDIR%%/spyderlib/images/browser.png
97
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/clear.png
98
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/cmdprompt_t.png
99
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/console.png
100
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/environ.png
101
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/history.png
102
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/history24.png
103
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/ipython_console.png
104
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/ipython_console_t.png
105
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/kill.png
106
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/loading.gif
107
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/prompt.png
108
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/python.png
109
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/python_t.png
110
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/restart.png
111
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/run_small.png
112
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/syspath.png
113
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/terminate.png
114
%%PYTHON_SITELIBDIR%%/spyderlib/images/console/terminated.png
115
%%PYTHON_SITELIBDIR%%/spyderlib/images/dictedit.png
116
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_big.png
117
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_cond_big.png
118
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_cond_small.png
119
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/breakpoint_small.png
120
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/bug.png
121
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/class.png
122
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/close_panel.png
123
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/comment.png
124
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/convention.png
125
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/debug.png
126
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/error.png
127
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/file.png
128
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/filelist.png
129
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/fromcursor.png
130
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/function.png
131
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/gotoline.png
132
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/highlight.png
133
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/horsplit.png
134
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/indent.png
135
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/last_edit_location.png
136
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/method.png
137
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/newwindow.png
138
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/next_cursor.png
139
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/next_wng.png
140
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/outline_explorer.png
141
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/outline_explorer_vis.png
142
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/prev_cursor.png
143
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/prev_wng.png
144
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/private1.png
145
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/private2.png
146
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/refactor.png
147
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run.png
148
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_again.png
149
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_cell.png
150
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_cell_advance.png
151
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_selection.png
152
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/run_settings.png
153
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/select.png
154
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/selectall.png
155
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/todo.png
156
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/todo_list.png
157
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/uncomment.png
158
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/unindent.png
159
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/versplit.png
160
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/warning.png
161
%%PYTHON_SITELIBDIR%%/spyderlib/images/editor/wng_list.png
162
%%PYTHON_SITELIBDIR%%/spyderlib/images/ext_tools.png
163
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileclose.png
164
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filecloseall.png
165
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileimport.png
166
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filenew.png
167
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/fileopen.png
168
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filesave.png
169
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/filesaveas.png
170
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/print.png
171
%%PYTHON_SITELIBDIR%%/spyderlib/images/file/save_all.png
172
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/bat.png
173
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/bmp.png
174
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/c.png
175
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cc.png
176
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cfg.png
177
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/chm.png
178
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cl.png
179
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cmd.png
180
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cpp.png
181
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/css.png
182
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/cxx.png
183
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/diff.png
184
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/doc.png
185
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/exe.png
186
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f.png
187
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f77.png
188
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/f90.png
189
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/gif.png
190
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/h.png
191
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hh.png
192
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hpp.png
193
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/htm.png
194
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/html.png
195
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/hxx.png
196
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/inf.png
197
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ini.png
198
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/jpeg.png
199
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/jpg.png
200
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/js.png
201
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/log.png
202
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nsh.png
203
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nsi.png
204
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/nt.png
205
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/patch.png
206
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pdf.png
207
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/png.png
208
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/po.png
209
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pot.png
210
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pps.png
211
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/properties.png
212
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ps.png
213
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pxd.png
214
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pxi.png
215
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/py.png
216
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyc.png
217
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyw.png
218
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/pyx.png
219
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/rar.png
220
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/readme.png
221
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/reg.png
222
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/rej.png
223
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/session.png
224
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tar.png
225
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tex.png
226
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tgz.png
227
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tif.png
228
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/tiff.png
229
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ts.png
230
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/txt.png
231
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/ui.png
232
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/xls.png
233
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/xml.png
234
%%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes/zip.png
235
%%PYTHON_SITELIBDIR%%/spyderlib/images/font.png
236
%%PYTHON_SITELIBDIR%%/spyderlib/images/genprefs.png
237
%%PYTHON_SITELIBDIR%%/spyderlib/images/inspector.png
238
%%PYTHON_SITELIBDIR%%/spyderlib/images/italic.png
239
%%PYTHON_SITELIBDIR%%/spyderlib/images/matplotlib.png
240
%%PYTHON_SITELIBDIR%%/spyderlib/images/none.png
241
%%PYTHON_SITELIBDIR%%/spyderlib/images/not_found.png
242
%%PYTHON_SITELIBDIR%%/spyderlib/images/options.svg
243
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/add_to_path.png
244
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/folder.png
245
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/package.png
246
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_folder.png
247
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_package.png
248
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pp_project.png
249
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/project.png
250
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/project_closed.png
251
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pydev.png
252
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/pythonpath.png
253
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/remove_from_path.png
254
%%PYTHON_SITELIBDIR%%/spyderlib/images/projects/show_all.png
255
%%PYTHON_SITELIBDIR%%/spyderlib/images/pythonpath_mgr.png
256
%%PYTHON_SITELIBDIR%%/spyderlib/images/pythonxy.png
257
%%PYTHON_SITELIBDIR%%/spyderlib/images/qt.png
258
%%PYTHON_SITELIBDIR%%/spyderlib/images/qtassistant.png
259
%%PYTHON_SITELIBDIR%%/spyderlib/images/qtdesigner.png
260
%%PYTHON_SITELIBDIR%%/spyderlib/images/qtlinguist.png
261
%%PYTHON_SITELIBDIR%%/spyderlib/images/scipy.png
262
%%PYTHON_SITELIBDIR%%/spyderlib/images/set_workdir.png
263
%%PYTHON_SITELIBDIR%%/spyderlib/images/splash.png
264
%%PYTHON_SITELIBDIR%%/spyderlib/images/spyder.svg
265
%%PYTHON_SITELIBDIR%%/spyderlib/images/spyder_light.svg
266
%%PYTHON_SITELIBDIR%%/spyderlib/images/upper_lower.png
267
%%PYTHON_SITELIBDIR%%/spyderlib/images/vcs_browse.png
268
%%PYTHON_SITELIBDIR%%/spyderlib/images/vcs_commit.png
269
%%PYTHON_SITELIBDIR%%/spyderlib/images/vitables.png
270
%%PYTHON_SITELIBDIR%%/spyderlib/images/whole_words.png
271
%%PYTHON_SITELIBDIR%%/spyderlib/images/win_env.png
272
%%PYTHON_SITELIBDIR%%/spyderlib/images/winpython.svg
273
%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.py
274
%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.pyc
275
%%PYTHON_SITELIBDIR%%/spyderlib/interpreter.pyo
276
%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.py
277
%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.pyc
278
%%PYTHON_SITELIBDIR%%/spyderlib/ipythonconfig.pyo
279
%%PYTHON_SITELIBDIR%%/spyderlib/locale/es/LC_MESSAGES/spyderlib.mo
280
%%PYTHON_SITELIBDIR%%/spyderlib/locale/fr/LC_MESSAGES/spyderlib.mo
281
%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.py
282
%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.pyc
283
%%PYTHON_SITELIBDIR%%/spyderlib/mpl_patch.pyo
284
%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.py
285
%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.pyc
286
%%PYTHON_SITELIBDIR%%/spyderlib/otherplugins.pyo
287
%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.py
288
%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.pyc
289
%%PYTHON_SITELIBDIR%%/spyderlib/pil_patch.pyo
290
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.py
291
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.pyc
292
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/__init__.pyo
293
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.py
294
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.pyc
295
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/configdialog.pyo
296
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.py
297
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.pyc
298
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/console.pyo
299
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.py
300
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.pyc
301
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/editor.pyo
302
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.py
303
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.pyc
304
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/explorer.pyo
305
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.py
306
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.pyc
307
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/externalconsole.pyo
308
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.py
309
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.pyc
310
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/findinfiles.pyo
311
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.py
312
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.pyc
313
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/history.pyo
314
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.py
315
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.pyc
316
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/inspector.pyo
317
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.py
318
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.pyc
319
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/ipythonconsole.pyo
320
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.py
321
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.pyc
322
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/onlinehelp.pyo
323
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.py
324
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.pyc
325
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/outlineexplorer.pyo
326
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.py
327
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.pyc
328
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/projectexplorer.pyo
329
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.py
330
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.pyc
331
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/runconfig.pyo
332
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.py
333
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.pyc
334
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/shortcuts.pyo
335
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.py
336
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.pyc
337
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/variableexplorer.pyo
338
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.py
339
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.pyc
340
%%PYTHON_SITELIBDIR%%/spyderlib/plugins/workingdirectory.pyo
341
%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.py
342
%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.pyc
343
%%PYTHON_SITELIBDIR%%/spyderlib/py3compat.pyo
344
%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.py
345
%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.pyc
346
%%PYTHON_SITELIBDIR%%/spyderlib/pyplot.pyo
347
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.py
348
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.pyc
349
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtCore.pyo
350
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.py
351
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.pyc
352
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtGui.pyo
353
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.py
354
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.pyc
355
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtSvg.pyo
356
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.py
357
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.pyc
358
%%PYTHON_SITELIBDIR%%/spyderlib/qt/QtWebKit.pyo
359
%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.py
360
%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.pyc
361
%%PYTHON_SITELIBDIR%%/spyderlib/qt/__init__.pyo
362
%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.py
363
%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.pyc
364
%%PYTHON_SITELIBDIR%%/spyderlib/qt/compat.pyo
365
%%PYTHON_SITELIBDIR%%/spyderlib/requirements.py
366
%%PYTHON_SITELIBDIR%%/spyderlib/requirements.pyc
367
%%PYTHON_SITELIBDIR%%/spyderlib/requirements.pyo
368
%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.py
369
%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.pyc
370
%%PYTHON_SITELIBDIR%%/spyderlib/rope_patch.pyo
371
%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.py
372
%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.pyc
373
%%PYTHON_SITELIBDIR%%/spyderlib/scientific_startup.pyo
374
%%PYTHON_SITELIBDIR%%/spyderlib/spyder.py
375
%%PYTHON_SITELIBDIR%%/spyderlib/spyder.pyc
376
%%PYTHON_SITELIBDIR%%/spyderlib/spyder.pyo
377
%%PYTHON_SITELIBDIR%%/spyderlib/start_app.py
378
%%PYTHON_SITELIBDIR%%/spyderlib/start_app.pyc
379
%%PYTHON_SITELIBDIR%%/spyderlib/start_app.pyo
380
%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.py
381
%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.pyc
382
%%PYTHON_SITELIBDIR%%/spyderlib/userconfig.pyo
383
%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.py
384
%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.pyc
385
%%PYTHON_SITELIBDIR%%/spyderlib/utils/__init__.pyo
386
%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.py
387
%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.pyc
388
%%PYTHON_SITELIBDIR%%/spyderlib/utils/bsdsocket.pyo
389
%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.py
390
%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.pyc
391
%%PYTHON_SITELIBDIR%%/spyderlib/utils/codeanalysis.pyo
392
%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.py
393
%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.pyc
394
%%PYTHON_SITELIBDIR%%/spyderlib/utils/debug.pyo
395
%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.py
396
%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.pyc
397
%%PYTHON_SITELIBDIR%%/spyderlib/utils/dochelpers.pyo
398
%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.py
399
%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.pyc
400
%%PYTHON_SITELIBDIR%%/spyderlib/utils/encoding.pyo
401
%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.py
402
%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.pyc
403
%%PYTHON_SITELIBDIR%%/spyderlib/utils/environ.pyo
404
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.py
405
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.pyc
406
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/__init__.pyo
407
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.py
408
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.pyc
409
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/lockfile.pyo
410
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.py
411
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.pyc
412
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/path.pyo
413
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.py
414
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.pyc
415
%%PYTHON_SITELIBDIR%%/spyderlib/utils/external/pickleshare.pyo
416
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.py
417
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.pyc
418
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/__init__.pyo
419
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.py
420
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.pyc
421
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/conf.pyo
422
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/copy_button.js
423
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/jquery.js
424
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/math_config.js
425
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/MathJax.js
426
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js
427
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js
428
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_SVG-full.js
429
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-AMS-MML_SVG.js
430
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js
431
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/TeX-MML-AM_HTMLorMML.js
432
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/default.js
433
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/local/local.js
434
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/FontWarnings.js
435
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/HTML-CSS/handle-floats.js
436
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathEvents.js
437
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathMenu.js
438
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/MathZoom.js
439
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/AMSmath.js
440
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/AMSsymbols.js
441
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/HTML.js
442
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/action.js
443
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/autobold.js
444
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/autoload-all.js
445
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/bbox.js
446
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/begingroup.js
447
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/boldsymbol.js
448
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/cancel.js
449
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/color.js
450
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/enclose.js
451
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/extpfeil.js
452
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/mathchoice.js
453
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/mhchem.js
454
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/newcommand.js
455
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/noErrors.js
456
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/noUndefined.js
457
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/unicode.js
458
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX/verb.js
459
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/asciimath2jax.js
460
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/jsMath2jax.js
461
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/mml2jax.js
462
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/tex2jax.js
463
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/toMathML.js
464
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/v1.0-warning.js
465
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images/CloseX-31.png
466
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images/MenuArrow-15.png
467
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/jax.js
468
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Arrows.js
469
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/BasicLatin.js
470
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/CombDiacritMarks.js
471
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
472
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Dingbats.js
473
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GeneralPunctuation.js
474
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GeometricShapes.js
475
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/GreekAndCoptic.js
476
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/Latin1Supplement.js
477
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
478
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MathOperators.js
479
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
480
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
481
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
482
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/MiscTechnical.js
483
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SpacingModLetters.js
484
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SuppMathOperators.js
485
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
486
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
487
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath/config.js
488
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath/jax.js
489
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/config.js
490
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/a.js
491
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/b.js
492
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/c.js
493
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/d.js
494
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/e.js
495
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/f.js
496
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/fr.js
497
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/g.js
498
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/h.js
499
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/i.js
500
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/j.js
501
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/k.js
502
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/l.js
503
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/m.js
504
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/n.js
505
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/o.js
506
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/opf.js
507
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/p.js
508
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/q.js
509
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/r.js
510
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/s.js
511
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/scr.js
512
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/t.js
513
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/u.js
514
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/v.js
515
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/w.js
516
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/x.js
517
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/y.js
518
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities/z.js
519
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/jax.js
520
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX/config.js
521
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX/jax.js
522
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/annotation-xml.js
523
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/maction.js
524
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/menclose.js
525
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mglyph.js
526
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mmultiscripts.js
527
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/ms.js
528
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/mtable.js
529
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload/multiline.js
530
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/config.js
531
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
532
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
533
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
534
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
535
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
536
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
537
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
538
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
539
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
540
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
541
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
542
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
543
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
544
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
545
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
546
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
547
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
548
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
549
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
550
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
551
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
552
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
553
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
554
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
555
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
556
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
557
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
558
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
559
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
560
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
561
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
562
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
563
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
564
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
565
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
566
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
567
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
568
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
569
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
570
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
571
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
572
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
573
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
574
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
575
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
576
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
577
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
578
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
579
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
580
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
581
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
582
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
583
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
584
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
585
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
586
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
587
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
588
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
589
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
590
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
591
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
592
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
593
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
594
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
595
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
596
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
597
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
598
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
599
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
600
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
601
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
602
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
603
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
604
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
605
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
606
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
607
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
608
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
609
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
610
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
611
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
612
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
613
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
614
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
615
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
616
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
617
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
618
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
619
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
620
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
621
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
622
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
623
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
624
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js
625
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/fontdata.js
626
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/jax.js
627
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/utils.js
628
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.py
629
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.pyc
630
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/sphinxify.pyo
631
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css/default.css
632
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css/pygments.css
633
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/layout.html
634
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/usage.html
635
%%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates/warning.html
636
%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.py
637
%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.pyc
638
%%PYTHON_SITELIBDIR%%/spyderlib/utils/iofuncs.pyo
639
%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.py
640
%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.pyc
641
%%PYTHON_SITELIBDIR%%/spyderlib/utils/misc.pyo
642
%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.py
643
%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.pyc
644
%%PYTHON_SITELIBDIR%%/spyderlib/utils/module_completion.pyo
645
%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.py
646
%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.pyc
647
%%PYTHON_SITELIBDIR%%/spyderlib/utils/programs.pyo
648
%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.py
649
%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.pyc
650
%%PYTHON_SITELIBDIR%%/spyderlib/utils/qthelpers.pyo
651
%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.py
652
%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.pyc
653
%%PYTHON_SITELIBDIR%%/spyderlib/utils/sourcecode.pyo
654
%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.py
655
%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.pyc
656
%%PYTHON_SITELIBDIR%%/spyderlib/utils/system.pyo
657
%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.py
658
%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.pyc
659
%%PYTHON_SITELIBDIR%%/spyderlib/utils/vcs.pyo
660
%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.py
661
%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.pyc
662
%%PYTHON_SITELIBDIR%%/spyderlib/utils/windows.pyo
663
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.py
664
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.pyc
665
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/__init__.pyo
666
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.py
667
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.pyc
668
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/arrayeditor.pyo
669
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.py
670
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.pyc
671
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/browser.pyo
672
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.py
673
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.pyc
674
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/calltip.pyo
675
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.py
676
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.pyc
677
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/colors.pyo
678
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.py
679
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.pyc
680
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/comboboxes.pyo
681
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.py
682
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.pyc
683
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dependencies.pyo
684
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.py
685
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.pyc
686
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditor.pyo
687
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.py
688
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.pyc
689
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/dicteditorutils.pyo
690
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.py
691
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.pyc
692
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editor.pyo
693
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.py
694
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.pyc
695
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/editortools.pyo
696
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.py
697
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.pyc
698
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/explorer.pyo
699
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.py
700
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.pyc
701
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/__init__.pyo
702
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.py
703
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.pyc
704
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/baseshell.pyo
705
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.py
706
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.pyc
707
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/introspection.pyo
708
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.py
709
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.pyc
710
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/monitor.pyo
711
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.py
712
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.pyc
713
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/namespacebrowser.pyo
714
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.py
715
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.pyc
716
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/osx_app_site.pyo
717
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.py
718
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.pyc
719
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/pythonshell.pyo
720
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.py
721
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.pyc
722
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/sitecustomize.pyo
723
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.py
724
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.pyc
725
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/start_ipython_kernel.pyo
726
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.py
727
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.pyc
728
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell/systemshell.pyo
729
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.py
730
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.pyc
731
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/figureoptions.pyo
732
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.py
733
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.pyc
734
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findinfiles.pyo
735
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.py
736
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.pyc
737
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/findreplace.pyo
738
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.py
739
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.pyc
740
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/formlayout.pyo
741
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.py
742
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.pyc
743
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/importwizard.pyo
744
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.py
745
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.pyc
746
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/internalshell.pyo
747
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.py
748
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.pyc
749
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/ipython.pyo
750
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.py
751
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.pyc
752
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/mixins.pyo
753
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.py
754
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.pyc
755
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/objecteditor.pyo
756
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.py
757
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.pyc
758
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/onecolumntree.pyo
759
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.py
760
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.pyc
761
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pathmanager.pyo
762
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.py
763
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.pyc
764
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/projectexplorer.pyo
765
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.py
766
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.pyc
767
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/pydocgui.pyo
768
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.py
769
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.pyc
770
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/shell.pyo
771
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.py
772
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.pyc
773
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/__init__.pyo
774
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.py
775
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.pyc
776
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/base.pyo
777
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.py
778
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.pyc
779
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/codeeditor.pyo
780
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.py
781
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.pyc
782
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/syntaxhighlighters.pyo
783
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.py
784
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.pyc
785
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode/terminal.pyo
786
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.py
787
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.pyc
788
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/status.pyo
789
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.py
790
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.pyc
791
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/tabs.pyo
792
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.py
793
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.pyc
794
%%PYTHON_SITELIBDIR%%/spyderlib/widgets/texteditor.pyo
795
%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.py
796
%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.pyc
797
%%PYTHON_SITELIBDIR%%/spyderplugins/__init__.pyo
798
%%PYTHON_SITELIBDIR%%/spyderplugins/images/profiler.png
799
%%PYTHON_SITELIBDIR%%/spyderplugins/images/pylint.png
800
%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.py
801
%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.pyc
802
%%PYTHON_SITELIBDIR%%/spyderplugins/io_dicom.pyo
803
%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.py
804
%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.pyc
805
%%PYTHON_SITELIBDIR%%/spyderplugins/io_hdf5.pyo
806
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_breakpoints.mo
807
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_profiler.mo
808
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES/p_pylint.mo
809
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_breakpoints.mo
810
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_profiler.mo
811
%%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES/p_pylint.mo
812
%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.py
813
%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.pyc
814
%%PYTHON_SITELIBDIR%%/spyderplugins/p_breakpoints.pyo
815
%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.py
816
%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.pyc
817
%%PYTHON_SITELIBDIR%%/spyderplugins/p_profiler.pyo
818
%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.py
819
%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.pyc
820
%%PYTHON_SITELIBDIR%%/spyderplugins/p_pylint.pyo
821
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.py
822
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.pyc
823
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/__init__.pyo
824
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.py
825
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.pyc
826
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/breakpointsgui.pyo
827
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.py
828
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.pyc
829
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/profilergui.pyo
830
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.py
831
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.pyc
832
%%PYTHON_SITELIBDIR%%/spyderplugins/widgets/pylintgui.pyo
833
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/widgets
834
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr/LC_MESSAGES
835
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/fr
836
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/es/LC_MESSAGES
837
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale/es
838
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/locale
839
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins/images
840
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderplugins
841
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets/sourcecode
842
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets/externalshell
843
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/widgets
844
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/templates
845
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static/css
846
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/static
847
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular
848
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter
849
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular
850
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size4
851
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular
852
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size3
853
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular
854
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size2
855
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular
856
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Size1
857
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular
858
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Script
859
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular
860
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic
861
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold
862
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif
863
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic
864
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic
865
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Math
866
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular
867
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic
868
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold
869
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Main
870
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular
871
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold
872
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur
873
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular
874
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold
875
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic
876
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular
877
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX/AMS
878
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts/TeX
879
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/fonts
880
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG/autoload
881
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output/SVG
882
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/output
883
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/TeX
884
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML/entities
885
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/MathML
886
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input/AsciiMath
887
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/input
888
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml/optable
889
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element/mml
890
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax/element
891
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/jax
892
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/images
893
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/TeX
894
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions/HTML-CSS
895
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/extensions
896
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config/local
897
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax/config
898
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js/mathjax
899
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector/js
900
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/inspector
901
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils/external
902
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/utils
903
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/qt
904
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/plugins
905
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/fr/LC_MESSAGES
906
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/fr
907
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/es/LC_MESSAGES
908
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale/es
909
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/locale
910
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/projects
911
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/filetypes
912
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/file
913
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/editor
914
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/console
915
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images/actions
916
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib/images
917
@dirrmtry %%PYTHON_SITELIBDIR%%/spyderlib
918
@dirrmtry %%PYTHON_SITELIBDIR%%/spyder-2.3.0beta2-py2.7.egg-info
919
@dirrmtry lib/python2.7/site-packages
920
@dirrmtry lib/python2.7

Return to bug 186316