From owner-svn-ports-head@freebsd.org Mon May 16 23:03:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 769CCB3E085; Mon, 16 May 2016 23:03:05 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 199C11F7C; Mon, 16 May 2016 23:03:05 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4GN34kM078888; Mon, 16 May 2016 23:03:04 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4GN33tq078880; Mon, 16 May 2016 23:03:03 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201605162303.u4GN33tq078880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Mon, 16 May 2016 23:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415367 - in head/java: . intellij-pycharm intellij-pycharm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 23:03:05 -0000 Author: bsam Date: Mon May 16 23:03:03 2016 New Revision: 415367 URL: https://svnweb.freebsd.org/changeset/ports/415367 Log: IntelliJ PyCharm is an advanced IDE developed by JetBrains and focused on developer productivity. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities. WWW: http://www.jetbrains.com/pycharm/ Added: head/java/intellij-pycharm/ head/java/intellij-pycharm/Makefile (contents, props changed) head/java/intellij-pycharm/distinfo (contents, props changed) head/java/intellij-pycharm/files/ head/java/intellij-pycharm/files/pkg-message.in (contents, props changed) head/java/intellij-pycharm/files/pycharm-ce.desktop.in (contents, props changed) head/java/intellij-pycharm/files/pycharm.in (contents, props changed) head/java/intellij-pycharm/pkg-descr (contents, props changed) head/java/intellij-pycharm/pkg-plist (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon May 16 22:57:23 2016 (r415366) +++ head/java/Makefile Mon May 16 23:03:03 2016 (r415367) @@ -31,6 +31,7 @@ SUBDIR += intellij SUBDIR += intellij-fsnotifier SUBDIR += intellij-pty4j + SUBDIR += intellij-pycharm SUBDIR += jad SUBDIR += jaf SUBDIR += jai Added: head/java/intellij-pycharm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/Makefile Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,56 @@ +# Created by: Boris Samorodov +# $FreeBSD$ + +PORTNAME= pycharm +PORTVERSION= 2016.1.3 +CATEGORIES= java devel python +MASTER_SITES= https://download.jetbrains.com/python/ \ + http://download.jetbrains.com/python/ +DISTNAME= ${PORTNAME}-community-${PORTVERSION} +PKGNAMEPREFIX= intellij- + +MAINTAINER= bsam@FreeBSD.org +COMMENT= IntelliJ PyCharm Community Edition + +LICENSE= APACHE20 + +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ + intellij-pty4j>0:java/intellij-pty4j + +USE_JAVA= yes +JAVA_VERSION= 1.7+ + +NO_ARCH= yes +NO_BUILD= yes + +.include "${.CURDIR}/../intellij/common.mk" + +SUB_FILES+= pkg-message pycharm pycharm-ce.desktop +SUB_LIST+= IDEA_HOME=${IDEA_HOME} + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} +# Linux/Windows/OS X only so remove them + @${RM} ${STAGEDIR}${DATADIR}/bin/fsnotifier \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier-arm \ + ${STAGEDIR}${DATADIR}/bin/fsnotifier64 \ + ${STAGEDIR}${DATADIR}/bin/libbreakgen.so \ + ${STAGEDIR}${DATADIR}/bin/libbreakgen64.so \ +# Remove the bundled native Pty4J support libraries, they are replaced +# by java/intellij-pty4j + @${RM} -r ${STAGEDIR}${DATADIR}/lib/libpty +# Remove bundled linux-only JRE + @${RM} -r ${STAGEDIR}${DATADIR}/jre + @${RM} -r ${STAGEDIR}${DATADIR}/helpers/pydev/pydevd_attach_to_process + @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar + ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKDIR}/pycharm-ce.desktop ${STAGEDIR}${PREFIX}/share/applications/ + #cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar +# TODO: Remove and enable fsnotifier when devel/libinotify is fixed +# Disable filewatcher warning message on IDEA startup + ${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Use fsnotifier replacement provided by java/intellij-fsnotifier +# ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties + +.include Added: head/java/intellij-pycharm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/distinfo Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,2 @@ +SHA256 (pycharm-community-2016.1.3.tar.gz) = 98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf +SIZE (pycharm-community-2016.1.3.tar.gz) = 207707566 Added: head/java/intellij-pycharm/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/files/pkg-message.in Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,8 @@ +There is experimental native (faster) file watching support which is +disabled by default. Currently there are problems with watching large +trees. To enable edit %%DATADIR%%/bin/idea.properties and append + + idea.filewatcher.disabled=false + idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier + +Only enable fsnotifier if your projects have < 600 files. Added: head/java/intellij-pycharm/files/pycharm-ce.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/files/pycharm-ce.desktop.in Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=IntelliJ PyCharm Community Edition +GenericName=IntelliJ PyCharm Community Edition +Icon=%%DATADIR%%/bin/pycharm.png +Exec=%%DATADIR%%/bin/pycharm.sh +Comment=Develop with pleasure! +Terminal=false +StartupNotify=true +StartupWMClass=jetbrains-pycharm-ce +Categories=Application;Development;IDE; Added: head/java/intellij-pycharm/files/pycharm.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/files/pycharm.in Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,2 @@ +#!/bin/sh +exec "%%DATADIR%%/bin/pycharm.sh" $@ Added: head/java/intellij-pycharm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/pkg-descr Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,7 @@ +IntelliJ PyCharm is an advanced IDE developed by JetBrains and +focused on developer productivity. PyCharm provides smart code +completion, code inspections, on-the-fly error highlighting and +quick-fixes, along with automated code refactorings and rich +navigation capabilities. + +WWW: http://www.jetbrains.com/pycharm/ Added: head/java/intellij-pycharm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-pycharm/pkg-plist Mon May 16 23:03:03 2016 (r415367) @@ -0,0 +1,1180 @@ +bin/pycharm +share/applications/pycharm-ce.desktop +%%DATADIR%%/bin/idea.properties +%%DATADIR%%/bin/inspect.sh +%%DATADIR%%/bin/log.xml +%%DATADIR%%/bin/pycharm.png +%%DATADIR%%/bin/pycharm.sh +%%DATADIR%%/bin/pycharm.vmoptions +%%DATADIR%%/bin/pycharm64.vmoptions +%%DATADIR%%/build.txt +%%DATADIR%%/help/ReferenceCard.pdf +%%DATADIR%%/help/ReferenceCardForMac.pdf +%%DATADIR%%/help/pycharmhelp.jar +%%DATADIR%%/helpers/.idea/encodings.xml +%%DATADIR%%/helpers/.idea/helpers.iml +%%DATADIR%%/helpers/.idea/misc.xml +%%DATADIR%%/helpers/.idea/modules.xml +%%DATADIR%%/helpers/.idea/vcs.xml +%%DATADIR%%/helpers/check_all_test_suite.py +%%DATADIR%%/helpers/conda_packaging_tool.py +%%DATADIR%%/helpers/coverage_runner/__init__.py +%%DATADIR%%/helpers/coverage_runner/run_coverage.py +%%DATADIR%%/helpers/coveragepy/__init__.py +%%DATADIR%%/helpers/coveragepy/coverage/__init__.py +%%DATADIR%%/helpers/coveragepy/coverage/__main__.py +%%DATADIR%%/helpers/coveragepy/coverage/annotate.py +%%DATADIR%%/helpers/coveragepy/coverage/backward.py +%%DATADIR%%/helpers/coveragepy/coverage/bytecode.py +%%DATADIR%%/helpers/coveragepy/coverage/cmdline.py +%%DATADIR%%/helpers/coveragepy/coverage/codeunit.py +%%DATADIR%%/helpers/coveragepy/coverage/collector.py +%%DATADIR%%/helpers/coveragepy/coverage/config.py +%%DATADIR%%/helpers/coveragepy/coverage/control.py +%%DATADIR%%/helpers/coveragepy/coverage/data.py +%%DATADIR%%/helpers/coveragepy/coverage/debug.py +%%DATADIR%%/helpers/coveragepy/coverage/execfile.py +%%DATADIR%%/helpers/coveragepy/coverage/files.py +%%DATADIR%%/helpers/coveragepy/coverage/fullcoverage/encodings.py +%%DATADIR%%/helpers/coveragepy/coverage/html.py +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/coverage_html.js +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/index.html +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/jquery.hotkeys.js +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/jquery.isonscreen.js +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/jquery.min.js +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/jquery.tablesorter.min.js +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/keybd_closed.png +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/keybd_open.png +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/pyfile.html +%%DATADIR%%/helpers/coveragepy/coverage/htmlfiles/style.css +%%DATADIR%%/helpers/coveragepy/coverage/misc.py +%%DATADIR%%/helpers/coveragepy/coverage/parser.py +%%DATADIR%%/helpers/coveragepy/coverage/phystokens.py +%%DATADIR%%/helpers/coveragepy/coverage/report.py +%%DATADIR%%/helpers/coveragepy/coverage/results.py +%%DATADIR%%/helpers/coveragepy/coverage/summary.py +%%DATADIR%%/helpers/coveragepy/coverage/templite.py +%%DATADIR%%/helpers/coveragepy/coverage/tracer.c +%%DATADIR%%/helpers/coveragepy/coverage/version.py +%%DATADIR%%/helpers/coveragepy/coverage/xmlreport.py +%%DATADIR%%/helpers/epydoc/__init__.py +%%DATADIR%%/helpers/epydoc/apidoc.py +%%DATADIR%%/helpers/epydoc/checker.py +%%DATADIR%%/helpers/epydoc/cli.py +%%DATADIR%%/helpers/epydoc/compat.py +%%DATADIR%%/helpers/epydoc/docbuilder.py +%%DATADIR%%/helpers/epydoc/docintrospecter.py +%%DATADIR%%/helpers/epydoc/docparser.py +%%DATADIR%%/helpers/epydoc/docstringparser.py +%%DATADIR%%/helpers/epydoc/docwriter/__init__.py +%%DATADIR%%/helpers/epydoc/docwriter/dotgraph.py +%%DATADIR%%/helpers/epydoc/docwriter/html.py +%%DATADIR%%/helpers/epydoc/docwriter/html_colorize.py +%%DATADIR%%/helpers/epydoc/docwriter/html_css.py +%%DATADIR%%/helpers/epydoc/docwriter/html_help.py +%%DATADIR%%/helpers/epydoc/docwriter/latex.py +%%DATADIR%%/helpers/epydoc/docwriter/plaintext.py +%%DATADIR%%/helpers/epydoc/docwriter/xlink.py +%%DATADIR%%/helpers/epydoc/gui.py +%%DATADIR%%/helpers/epydoc/log.py +%%DATADIR%%/helpers/epydoc/markup/__init__.py +%%DATADIR%%/helpers/epydoc/markup/doctest.py +%%DATADIR%%/helpers/epydoc/markup/epytext.py +%%DATADIR%%/helpers/epydoc/markup/javadoc.py +%%DATADIR%%/helpers/epydoc/markup/plaintext.py +%%DATADIR%%/helpers/epydoc/markup/pyval_repr.py +%%DATADIR%%/helpers/epydoc/markup/restructuredtext.py +%%DATADIR%%/helpers/epydoc/util.py +%%DATADIR%%/helpers/epydoc_formatter.py +%%DATADIR%%/helpers/extra_syspath.py +%%DATADIR%%/helpers/generator3.py +%%DATADIR%%/helpers/google_formatter.py +%%DATADIR%%/helpers/icon-robots.txt +%%DATADIR%%/helpers/numpy_formatter.py +%%DATADIR%%/helpers/packaging_tool.py +%%DATADIR%%/helpers/pep8.py +%%DATADIR%%/helpers/pip-1.1.tar.gz +%%DATADIR%%/helpers/pip-7.1.0.tar.gz +%%DATADIR%%/helpers/pockets/__init__.py +%%DATADIR%%/helpers/pockets/_version.py +%%DATADIR%%/helpers/pockets/collections.py +%%DATADIR%%/helpers/pockets/inspect.py +%%DATADIR%%/helpers/pockets/iterators.py +%%DATADIR%%/helpers/pockets/string.py +%%DATADIR%%/helpers/profiler/__init__.py +%%DATADIR%%/helpers/profiler/_prof_imports.py +%%DATADIR%%/helpers/profiler/load_pstat.py +%%DATADIR%%/helpers/profiler/prof_io.py +%%DATADIR%%/helpers/profiler/prof_util.py +%%DATADIR%%/helpers/profiler/profiler/__init__.py +%%DATADIR%%/helpers/profiler/profiler/constants.py +%%DATADIR%%/helpers/profiler/profiler/ttypes.py +%%DATADIR%%/helpers/profiler/profilerpy3/__init__.py +%%DATADIR%%/helpers/profiler/profilerpy3/constants.py +%%DATADIR%%/helpers/profiler/profilerpy3/ttypes.py +%%DATADIR%%/helpers/profiler/run_profiler.py +%%DATADIR%%/helpers/profiler/six.py +%%DATADIR%%/helpers/profiler/thrift/TMultiplexedProcessor.py +%%DATADIR%%/helpers/profiler/thrift/TSCons.py +%%DATADIR%%/helpers/profiler/thrift/TSerialization.py +%%DATADIR%%/helpers/profiler/thrift/TTornado.py +%%DATADIR%%/helpers/profiler/thrift/Thrift.py +%%DATADIR%%/helpers/profiler/thrift/__init__.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TBase.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TBinaryProtocol.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TCompactProtocol.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TJSONProtocol.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TMultiplexedProtocol.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TProtocol.py +%%DATADIR%%/helpers/profiler/thrift/protocol/TProtocolDecorator.py +%%DATADIR%%/helpers/profiler/thrift/protocol/__init__.py +%%DATADIR%%/helpers/profiler/thrift/server/THttpServer.py +%%DATADIR%%/helpers/profiler/thrift/server/TNonblockingServer.py +%%DATADIR%%/helpers/profiler/thrift/server/TProcessPoolServer.py +%%DATADIR%%/helpers/profiler/thrift/server/TServer.py +%%DATADIR%%/helpers/profiler/thrift/server/__init__.py +%%DATADIR%%/helpers/profiler/thrift/transport/THttpClient.py +%%DATADIR%%/helpers/profiler/thrift/transport/TSSLSocket.py +%%DATADIR%%/helpers/profiler/thrift/transport/TSocket.py +%%DATADIR%%/helpers/profiler/thrift/transport/TTransport.py +%%DATADIR%%/helpers/profiler/thrift/transport/TTwisted.py +%%DATADIR%%/helpers/profiler/thrift/transport/TZlibTransport.py +%%DATADIR%%/helpers/profiler/thrift/transport/__init__.py +%%DATADIR%%/helpers/profiler/thriftpy3/TMultiplexedProcessor.py +%%DATADIR%%/helpers/profiler/thriftpy3/TSCons.py +%%DATADIR%%/helpers/profiler/thriftpy3/TSerialization.py +%%DATADIR%%/helpers/profiler/thriftpy3/TTornado.py +%%DATADIR%%/helpers/profiler/thriftpy3/Thrift.py +%%DATADIR%%/helpers/profiler/thriftpy3/__init__.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TBase.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TBinaryProtocol.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TCompactProtocol.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TJSONProtocol.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TMultiplexedProtocol.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TProtocol.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/TProtocolDecorator.py +%%DATADIR%%/helpers/profiler/thriftpy3/protocol/__init__.py +%%DATADIR%%/helpers/profiler/thriftpy3/server/THttpServer.py +%%DATADIR%%/helpers/profiler/thriftpy3/server/TNonblockingServer.py +%%DATADIR%%/helpers/profiler/thriftpy3/server/TProcessPoolServer.py +%%DATADIR%%/helpers/profiler/thriftpy3/server/TServer.py +%%DATADIR%%/helpers/profiler/thriftpy3/server/__init__.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/THttpClient.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/TSSLSocket.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/TSocket.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/TTransport.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/TTwisted.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/TZlibTransport.py +%%DATADIR%%/helpers/profiler/thriftpy3/transport/__init__.py +%%DATADIR%%/helpers/profiler/yappi_profiler.py +%%DATADIR%%/helpers/py2only/docutils/__init__.py +%%DATADIR%%/helpers/py2only/docutils/_compat.py +%%DATADIR%%/helpers/py2only/docutils/core.py +%%DATADIR%%/helpers/py2only/docutils/docutils.conf +%%DATADIR%%/helpers/py2only/docutils/examples.py +%%DATADIR%%/helpers/py2only/docutils/frontend.py +%%DATADIR%%/helpers/py2only/docutils/io.py +%%DATADIR%%/helpers/py2only/docutils/languages/__init__.py +%%DATADIR%%/helpers/py2only/docutils/languages/af.py +%%DATADIR%%/helpers/py2only/docutils/languages/ca.py +%%DATADIR%%/helpers/py2only/docutils/languages/cs.py +%%DATADIR%%/helpers/py2only/docutils/languages/da.py +%%DATADIR%%/helpers/py2only/docutils/languages/de.py +%%DATADIR%%/helpers/py2only/docutils/languages/en.py +%%DATADIR%%/helpers/py2only/docutils/languages/eo.py +%%DATADIR%%/helpers/py2only/docutils/languages/es.py +%%DATADIR%%/helpers/py2only/docutils/languages/fi.py +%%DATADIR%%/helpers/py2only/docutils/languages/fr.py +%%DATADIR%%/helpers/py2only/docutils/languages/gl.py +%%DATADIR%%/helpers/py2only/docutils/languages/he.py +%%DATADIR%%/helpers/py2only/docutils/languages/it.py +%%DATADIR%%/helpers/py2only/docutils/languages/ja.py +%%DATADIR%%/helpers/py2only/docutils/languages/lt.py +%%DATADIR%%/helpers/py2only/docutils/languages/nl.py +%%DATADIR%%/helpers/py2only/docutils/languages/pl.py +%%DATADIR%%/helpers/py2only/docutils/languages/pt_br.py +%%DATADIR%%/helpers/py2only/docutils/languages/ru.py +%%DATADIR%%/helpers/py2only/docutils/languages/sk.py +%%DATADIR%%/helpers/py2only/docutils/languages/sv.py +%%DATADIR%%/helpers/py2only/docutils/languages/zh_cn.py +%%DATADIR%%/helpers/py2only/docutils/languages/zh_tw.py +%%DATADIR%%/helpers/py2only/docutils/nodes.py +%%DATADIR%%/helpers/py2only/docutils/parsers/__init__.py +%%DATADIR%%/helpers/py2only/docutils/parsers/null.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/__init__.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/__init__.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/admonitions.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/body.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/html.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/images.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/misc.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/parts.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/references.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/directives/tables.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/README.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamso.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isobox.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isodia.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isolat1.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isolat2.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomopf.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isomscr.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isonum.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isopub.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/isotech.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/s5defs.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/__init__.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/af.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/ca.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/cs.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/da.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/de.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/en.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/eo.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/es.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/fi.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/fr.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/gl.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/he.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/it.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/ja.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/lt.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/nl.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/pl.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/pt_br.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/ru.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/sk.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/sv.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/roles.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/states.py +%%DATADIR%%/helpers/py2only/docutils/parsers/rst/tableparser.py +%%DATADIR%%/helpers/py2only/docutils/readers/__init__.py +%%DATADIR%%/helpers/py2only/docutils/readers/doctree.py +%%DATADIR%%/helpers/py2only/docutils/readers/pep.py +%%DATADIR%%/helpers/py2only/docutils/readers/standalone.py +%%DATADIR%%/helpers/py2only/docutils/statemachine.py +%%DATADIR%%/helpers/py2only/docutils/transforms/__init__.py +%%DATADIR%%/helpers/py2only/docutils/transforms/components.py +%%DATADIR%%/helpers/py2only/docutils/transforms/frontmatter.py +%%DATADIR%%/helpers/py2only/docutils/transforms/misc.py +%%DATADIR%%/helpers/py2only/docutils/transforms/parts.py +%%DATADIR%%/helpers/py2only/docutils/transforms/peps.py +%%DATADIR%%/helpers/py2only/docutils/transforms/references.py +%%DATADIR%%/helpers/py2only/docutils/transforms/universal.py +%%DATADIR%%/helpers/py2only/docutils/transforms/writer_aux.py +%%DATADIR%%/helpers/py2only/docutils/utils/__init__.py +%%DATADIR%%/helpers/py2only/docutils/utils/code_analyzer.py +%%DATADIR%%/helpers/py2only/docutils/utils/error_reporting.py +%%DATADIR%%/helpers/py2only/docutils/utils/math/__init__.py +%%DATADIR%%/helpers/py2only/docutils/utils/math/latex2mathml.py +%%DATADIR%%/helpers/py2only/docutils/utils/math/math2html.py +%%DATADIR%%/helpers/py2only/docutils/utils/math/tex2unichar.py +%%DATADIR%%/helpers/py2only/docutils/utils/math/unichar2tex.py +%%DATADIR%%/helpers/py2only/docutils/utils/punctuation_chars.py +%%DATADIR%%/helpers/py2only/docutils/utils/roman.py +%%DATADIR%%/helpers/py2only/docutils/utils/smartquotes.py +%%DATADIR%%/helpers/py2only/docutils/utils/urischemes.py +%%DATADIR%%/helpers/py2only/docutils/writers/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/docutils_xml.py +%%DATADIR%%/helpers/py2only/docutils/writers/html4css1/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/html4css1/html4css1.css +%%DATADIR%%/helpers/py2only/docutils/writers/html4css1/math.css +%%DATADIR%%/helpers/py2only/docutils/writers/html4css1/template.txt +%%DATADIR%%/helpers/py2only/docutils/writers/latex2e/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/latex2e/default.tex +%%DATADIR%%/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty +%%DATADIR%%/helpers/py2only/docutils/writers/latex2e/titlepage.tex +%%DATADIR%%/helpers/py2only/docutils/writers/latex2e/xelatex.tex +%%DATADIR%%/helpers/py2only/docutils/writers/manpage.py +%%DATADIR%%/helpers/py2only/docutils/writers/null.py +%%DATADIR%%/helpers/py2only/docutils/writers/odf_odt/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py +%%DATADIR%%/helpers/py2only/docutils/writers/odf_odt/styles.odt +%%DATADIR%%/helpers/py2only/docutils/writers/pep_html/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/pep_html/pep.css +%%DATADIR%%/helpers/py2only/docutils/writers/pep_html/template.txt +%%DATADIR%%/helpers/py2only/docutils/writers/pseudoxml.py +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/__init__.py +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/README.txt +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__ +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/print.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__ +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__ +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css +%%DATADIR%%/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css +%%DATADIR%%/helpers/py2only/docutils/writers/xetex/__init__.py +%%DATADIR%%/helpers/py2only/roman.py +%%DATADIR%%/helpers/py3only/docutils/__init__.py +%%DATADIR%%/helpers/py3only/docutils/_compat.py +%%DATADIR%%/helpers/py3only/docutils/core.py +%%DATADIR%%/helpers/py3only/docutils/examples.py +%%DATADIR%%/helpers/py3only/docutils/frontend.py +%%DATADIR%%/helpers/py3only/docutils/io.py +%%DATADIR%%/helpers/py3only/docutils/languages/__init__.py +%%DATADIR%%/helpers/py3only/docutils/languages/af.py +%%DATADIR%%/helpers/py3only/docutils/languages/ca.py +%%DATADIR%%/helpers/py3only/docutils/languages/cs.py +%%DATADIR%%/helpers/py3only/docutils/languages/da.py +%%DATADIR%%/helpers/py3only/docutils/languages/de.py +%%DATADIR%%/helpers/py3only/docutils/languages/en.py +%%DATADIR%%/helpers/py3only/docutils/languages/eo.py +%%DATADIR%%/helpers/py3only/docutils/languages/es.py +%%DATADIR%%/helpers/py3only/docutils/languages/fi.py +%%DATADIR%%/helpers/py3only/docutils/languages/fr.py +%%DATADIR%%/helpers/py3only/docutils/languages/gl.py +%%DATADIR%%/helpers/py3only/docutils/languages/he.py +%%DATADIR%%/helpers/py3only/docutils/languages/it.py +%%DATADIR%%/helpers/py3only/docutils/languages/ja.py +%%DATADIR%%/helpers/py3only/docutils/languages/lt.py +%%DATADIR%%/helpers/py3only/docutils/languages/nl.py +%%DATADIR%%/helpers/py3only/docutils/languages/pl.py +%%DATADIR%%/helpers/py3only/docutils/languages/pt_br.py +%%DATADIR%%/helpers/py3only/docutils/languages/ru.py +%%DATADIR%%/helpers/py3only/docutils/languages/sk.py +%%DATADIR%%/helpers/py3only/docutils/languages/sv.py +%%DATADIR%%/helpers/py3only/docutils/languages/zh_cn.py +%%DATADIR%%/helpers/py3only/docutils/languages/zh_tw.py +%%DATADIR%%/helpers/py3only/docutils/nodes.py +%%DATADIR%%/helpers/py3only/docutils/parsers/__init__.py +%%DATADIR%%/helpers/py3only/docutils/parsers/null.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/__init__.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/__init__.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/admonitions.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/body.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/html.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/images.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/misc.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/parts.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/references.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/directives/tables.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/README.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamso.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isobox.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isodia.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isolat1.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isolat2.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomopf.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isomscr.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isonum.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isopub.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/isotech.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/s5defs.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/__init__.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/af.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/ca.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/cs.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/da.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/de.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/en.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/eo.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/es.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/fi.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/fr.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/gl.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/he.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/it.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/ja.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/lt.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/nl.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/pl.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/pt_br.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/ru.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/sk.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/sv.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/roles.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/states.py +%%DATADIR%%/helpers/py3only/docutils/parsers/rst/tableparser.py +%%DATADIR%%/helpers/py3only/docutils/readers/__init__.py +%%DATADIR%%/helpers/py3only/docutils/readers/doctree.py +%%DATADIR%%/helpers/py3only/docutils/readers/pep.py +%%DATADIR%%/helpers/py3only/docutils/readers/standalone.py +%%DATADIR%%/helpers/py3only/docutils/statemachine.py +%%DATADIR%%/helpers/py3only/docutils/transforms/__init__.py +%%DATADIR%%/helpers/py3only/docutils/transforms/components.py +%%DATADIR%%/helpers/py3only/docutils/transforms/frontmatter.py +%%DATADIR%%/helpers/py3only/docutils/transforms/misc.py +%%DATADIR%%/helpers/py3only/docutils/transforms/parts.py +%%DATADIR%%/helpers/py3only/docutils/transforms/peps.py +%%DATADIR%%/helpers/py3only/docutils/transforms/references.py +%%DATADIR%%/helpers/py3only/docutils/transforms/universal.py +%%DATADIR%%/helpers/py3only/docutils/transforms/writer_aux.py +%%DATADIR%%/helpers/py3only/docutils/utils/__init__.py +%%DATADIR%%/helpers/py3only/docutils/utils/code_analyzer.py +%%DATADIR%%/helpers/py3only/docutils/utils/error_reporting.py +%%DATADIR%%/helpers/py3only/docutils/utils/math/__init__.py +%%DATADIR%%/helpers/py3only/docutils/utils/math/latex2mathml.py +%%DATADIR%%/helpers/py3only/docutils/utils/math/math2html.py +%%DATADIR%%/helpers/py3only/docutils/utils/math/tex2unichar.py +%%DATADIR%%/helpers/py3only/docutils/utils/math/unichar2tex.py +%%DATADIR%%/helpers/py3only/docutils/utils/punctuation_chars.py +%%DATADIR%%/helpers/py3only/docutils/utils/roman.py +%%DATADIR%%/helpers/py3only/docutils/utils/smartquotes.py +%%DATADIR%%/helpers/py3only/docutils/utils/urischemes.py +%%DATADIR%%/helpers/py3only/docutils/writers/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/docutils_xml.py +%%DATADIR%%/helpers/py3only/docutils/writers/html4css1/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/html4css1/html4css1.css +%%DATADIR%%/helpers/py3only/docutils/writers/html4css1/math.css +%%DATADIR%%/helpers/py3only/docutils/writers/html4css1/template.txt +%%DATADIR%%/helpers/py3only/docutils/writers/latex2e/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/latex2e/default.tex +%%DATADIR%%/helpers/py3only/docutils/writers/latex2e/titlepage.tex +%%DATADIR%%/helpers/py3only/docutils/writers/latex2e/xelatex.tex +%%DATADIR%%/helpers/py3only/docutils/writers/manpage.py +%%DATADIR%%/helpers/py3only/docutils/writers/null.py +%%DATADIR%%/helpers/py3only/docutils/writers/odf_odt/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py +%%DATADIR%%/helpers/py3only/docutils/writers/odf_odt/styles.odt +%%DATADIR%%/helpers/py3only/docutils/writers/pep_html/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/pep_html/pep.css +%%DATADIR%%/helpers/py3only/docutils/writers/pep_html/template.txt +%%DATADIR%%/helpers/py3only/docutils/writers/pseudoxml.py +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/__init__.py +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/README.txt +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/print.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css +%%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css +%%DATADIR%%/helpers/py3only/docutils/writers/xetex/__init__.py +%%DATADIR%%/helpers/pycharm/__init__.py +%%DATADIR%%/helpers/pycharm/_bdd_utils.py +%%DATADIR%%/helpers/pycharm/_jb_manage_tasks_provider.py +%%DATADIR%%/helpers/pycharm/_jb_tox_runner.py +%%DATADIR%%/helpers/pycharm/_jb_utils.py +%%DATADIR%%/helpers/pycharm/appcfg_fetcher.py +%%DATADIR%%/helpers/pycharm/attestrunner.py +%%DATADIR%%/helpers/pycharm/behave_runner.py +%%DATADIR%%/helpers/pycharm/buildout_engulfer.py +%%DATADIR%%/helpers/pycharm/django_manage.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/__init__.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_parser/parser.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/_xml.py +%%DATADIR%%/helpers/pycharm/django_manage_commands_provider/readme.txt +%%DATADIR%%/helpers/pycharm/django_manage_shell.py +%%DATADIR%%/helpers/pycharm/django_test_manage.py +%%DATADIR%%/helpers/pycharm/django_test_runner.py +%%DATADIR%%/helpers/pycharm/docrunner.py +%%DATADIR%%/helpers/pycharm/fix_getpass.py +%%DATADIR%%/helpers/pycharm/lettuce_runner.py +%%DATADIR%%/helpers/pycharm/nose_helper/_2.py +%%DATADIR%%/helpers/pycharm/nose_helper/_3.py +%%DATADIR%%/helpers/pycharm/nose_helper/__init__.py +%%DATADIR%%/helpers/pycharm/nose_helper/case.py +%%DATADIR%%/helpers/pycharm/nose_helper/config.py +%%DATADIR%%/helpers/pycharm/nose_helper/failure.py +%%DATADIR%%/helpers/pycharm/nose_helper/loader.py +%%DATADIR%%/helpers/pycharm/nose_helper/raise_compat.py +%%DATADIR%%/helpers/pycharm/nose_helper/selector.py +%%DATADIR%%/helpers/pycharm/nose_helper/suite.py +%%DATADIR%%/helpers/pycharm/nose_helper/util.py +%%DATADIR%%/helpers/pycharm/nose_utils.py +%%DATADIR%%/helpers/pycharm/noserunner.py +%%DATADIR%%/helpers/pycharm/pycharm_commands/__init__.py +%%DATADIR%%/helpers/pycharm/pycharm_commands/pycharm_test.py +%%DATADIR%%/helpers/pycharm/pycharm_load_entry_point.py +%%DATADIR%%/helpers/pycharm/pycharm_run_utils.py +%%DATADIR%%/helpers/pycharm/pycharm_setup_runner.py +%%DATADIR%%/helpers/pycharm/pytest_teamcity.py +%%DATADIR%%/helpers/pycharm/pytestrunner.py +%%DATADIR%%/helpers/pycharm/runpy_compat.py +%%DATADIR%%/helpers/pycharm/tcmessages.py +%%DATADIR%%/helpers/pycharm/tcunittest.py +%%DATADIR%%/helpers/pycharm/utrunner.py +%%DATADIR%%/helpers/pycharm_generator_utils/__init__.py +%%DATADIR%%/helpers/pycharm_generator_utils/clr_tools.py +%%DATADIR%%/helpers/pycharm_generator_utils/constants.py +%%DATADIR%%/helpers/pycharm_generator_utils/module_redeclarator.py +%%DATADIR%%/helpers/pycharm_generator_utils/pyparsing.py +%%DATADIR%%/helpers/pycharm_generator_utils/pyparsing_py3.py +%%DATADIR%%/helpers/pycharm_generator_utils/util_methods.py +%%DATADIR%%/helpers/pydev/LICENSE +%%DATADIR%%/helpers/pydev/README.rst +%%DATADIR%%/helpers/pydev/_pydev_bundle/__init__.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_completer.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_getopt.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_log.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/fix_getpass.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_console_utils.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_import_hook.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_imports.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_ipython_console.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_localhost.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_log.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_monkey.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_override.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_umd.py +%%DATADIR%%/helpers/pydev/_pydev_bundle/pydev_versioncheck.py +%%DATADIR%%/helpers/pydev/_pydev_imps/__init__.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_SocketServer.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_execfile.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_inspect.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_saved_modules.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_sys_patch.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_uuid_old.py +%%DATADIR%%/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/__init__.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py +%%DATADIR%%/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/__init__.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_comm.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_console.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_constants.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.c +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_64.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec2.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_import_class.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_io.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_referrers.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_reload.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_resolver.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_signature.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_stackless.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_tracing.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_utils.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_vars.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_xml.py +%%DATADIR%%/helpers/pydev/build.gradle +%%DATADIR%%/helpers/pydev/build_tools/build.py +%%DATADIR%%/helpers/pydev/build_tools/build_binaries_windows.py +%%DATADIR%%/helpers/pydev/build_tools/generate_code.py +%%DATADIR%%/helpers/pydev/build_tools/names_to_rename.py +%%DATADIR%%/helpers/pydev/build_tools/rename_pep8.py +%%DATADIR%%/helpers/pydev/interpreterInfo.py +%%DATADIR%%/helpers/pydev/merge_pydev_pycharm.txt +%%DATADIR%%/helpers/pydev/pycharm-readme.txt +%%DATADIR%%/helpers/pydev/pycompletionserver.py +%%DATADIR%%/helpers/pydev/pydev_app_engine_debug_startup.py +%%DATADIR%%/helpers/pydev/pydev_coverage.py +%%DATADIR%%/helpers/pydev/pydev_ipython/README +%%DATADIR%%/helpers/pydev/pydev_ipython/__init__.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhook.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookglut.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookgtk.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookgtk3.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookpyglet.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookqt4.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhooktk.py +%%DATADIR%%/helpers/pydev/pydev_ipython/inputhookwx.py +%%DATADIR%%/helpers/pydev/pydev_ipython/matplotlibtools.py +%%DATADIR%%/helpers/pydev/pydev_ipython/qt.py +%%DATADIR%%/helpers/pydev/pydev_ipython/qt_for_kernel.py +%%DATADIR%%/helpers/pydev/pydev_ipython/qt_loaders.py +%%DATADIR%%/helpers/pydev/pydev_ipython/version.py +%%DATADIR%%/helpers/pydev/pydev_pysrc.py +%%DATADIR%%/helpers/pydev/pydev_run_in_console.py +%%DATADIR%%/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt +%%DATADIR%%/helpers/pydev/pydev_sitecustomize/sitecustomize.py +%%DATADIR%%/helpers/pydev/pydevconsole.py +%%DATADIR%%/helpers/pydev/pydevd.py +%%DATADIR%%/helpers/pydev/pydevd_concurrency_analyser/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +%%DATADIR%%/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +%%DATADIR%%/helpers/pydev/pydevd_file_utils.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/django_debug.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/jinja2_debug.py +%%DATADIR%%/helpers/pydev/runfiles.py +%%DATADIR%%/helpers/pydev/setup.py +%%DATADIR%%/helpers/pydev/setup_cython.py +%%DATADIR%%/helpers/pydev/stubs/_django_manager_body.py +%%DATADIR%%/helpers/pydev/stubs/_get_tips.py +%%DATADIR%%/helpers/pydev/stubs/pycompletion.py +%%DATADIR%%/helpers/pydev/test_pydevd_reload/__init__.py +%%DATADIR%%/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py +%%DATADIR%%/helpers/pydev/tests_pydevd/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_check_pydevconsole.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_get_referrers.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_jyserver.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_jysimpleTipper.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_pydev_ipython_011.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_pydevconsole.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_pyserver.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_signature.py +%%DATADIR%%/helpers/pydev/tests_pydevd/test_simpleTipper.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/README +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-glut.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-gtk.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-gtk3.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-pyglet.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-qt.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-tk.py +%%DATADIR%%/helpers/pydev/tests_pydevd_mainloop/gui-wx.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case1.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case10.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case13.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case14.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case15.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case15_execfile.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case16.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case17.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case17a.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case18.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case19.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case2.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case3.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case4.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case56.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case7.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case89.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_1.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/debugger_unittest.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/performance_check.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_debugger.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_save_locals.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/not_in_default_pythonpath.txt +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/deep_nest_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested2/non_test_file.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/junk.txt +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/nested3/non_test_file.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/non_test_file.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/nested_dir/simple4_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/non_test_file.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/not_in_default_pythonpath.txt +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/simple2_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/simple3_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/simpleClass_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/simpleModule_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/samples/simple_test.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py +%%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py +%%DATADIR%%/helpers/pydev/third_party/pep8/autopep8.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py +%%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py +%%DATADIR%%/helpers/pydev/third_party/pep8/pep8.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py +%%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt +%%DATADIR%%/helpers/python-skeletons/AUTHORS.txt *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***