From owner-svn-ports-all@freebsd.org Wed Aug 23 19:40:55 2017 Return-Path: Delivered-To: svn-ports-all@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 5C62CDEDD24; Wed, 23 Aug 2017 19:40:55 +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 04CAF7FB6D; Wed, 23 Aug 2017 19:40:54 +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 v7NJesL8058229; Wed, 23 Aug 2017 19:40:54 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7NJerZQ058222; Wed, 23 Aug 2017 19:40:53 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201708231940.v7NJerZQ058222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 23 Aug 2017 19:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448636 - in head/devel: . gogland-eap gogland-eap/files X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head/devel: . gogland-eap gogland-eap/files X-SVN-Commit-Revision: 448636 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2017 19:40:55 -0000 Author: bsam Date: Wed Aug 23 19:40:53 2017 New Revision: 448636 URL: https://svnweb.freebsd.org/changeset/ports/448636 Log: New port: devel/gogland-eap (Gogland EAP, Preview Edition). Gogland is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development. The new IDE extends the IntelliJ platform with the coding assistance and tool integrations specific for the Go language. Added: head/devel/gogland-eap/ - copied from r448635, head/devel/pycharm-ce/ head/devel/gogland-eap/files/gogland-eap.desktop.in - copied, changed from r448635, head/devel/pycharm-ce/files/pycharm-ce.desktop.in head/devel/gogland-eap/files/gogland.in - copied, changed from r448635, head/devel/pycharm-ce/files/pycharm.in Deleted: head/devel/gogland-eap/files/pycharm-ce.desktop.in head/devel/gogland-eap/files/pycharm.in Modified: head/devel/Makefile head/devel/gogland-eap/Makefile head/devel/gogland-eap/distinfo head/devel/gogland-eap/pkg-descr head/devel/gogland-eap/pkg-plist Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 23 18:47:50 2017 (r448635) +++ head/devel/Makefile Wed Aug 23 19:40:53 2017 (r448636) @@ -826,6 +826,7 @@ SUBDIR += godot-tools SUBDIR += goffice SUBDIR += goffice010 + SUBDIR += gogland-eap SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-styleguide Modified: head/devel/gogland-eap/Makefile ============================================================================== --- head/devel/pycharm-ce/Makefile Wed Aug 23 18:47:50 2017 (r448635) +++ head/devel/gogland-eap/Makefile Wed Aug 23 19:40:53 2017 (r448636) @@ -1,49 +1,51 @@ # Created by: Boris Samorodov # $FreeBSD$ -PORTNAME= pycharm-ce -PORTVERSION= 2017.2.1 -CATEGORIES= devel java python -MASTER_SITES= https://download.jetbrains.com/python/ \ - http://download.jetbrains.com/python/ -DISTNAME= pycharm-community-${PORTVERSION} +PORTNAME= gogland-eap +PORTVERSION= 172.3757.46 +CATEGORIES= devel java +MASTER_SITES= https://download.jetbrains.com/go/ \ + http://download.jetbrains.com/go/ +DISTNAME= gogland-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org -COMMENT= JetBrains PyCharm Community Edition IDE +COMMENT= JetBrains Gogland IDE (Preview Edition) LICENSE= APACHE20 RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ intellij-pty4j>0:java/intellij-pty4j -USE_JAVA= yes -JAVA_VERSION= 1.7+ USES= python:run shebangfix SHEBANG_FILES= bin/printenv.py bin/restart.py +USE_JAVA= yes +JAVA_VERSION= 1.7+ NO_ARCH= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/Gogland-${PORTVERSION} + .include "${.CURDIR}/../../java/intellij/common.mk" -SUB_FILES+= pkg-message pycharm ${PORTNAME}.desktop +SUB_FILES+= pkg-message gogland ${PORTNAME}.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* + @${RM} ${STAGEDIR}${DATADIR}/bin/fsnotifier* \ + ${STAGEDIR}${DATADIR}/bin/*-linux* # 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}/jre64 @${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/ + @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-*.jar + ${INSTALL_SCRIPT} ${WRKDIR}/gogland ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.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 Modified: head/devel/gogland-eap/distinfo ============================================================================== --- head/devel/pycharm-ce/distinfo Wed Aug 23 18:47:50 2017 (r448635) +++ head/devel/gogland-eap/distinfo Wed Aug 23 19:40:53 2017 (r448636) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502575841 -SHA256 (pycharm-community-2017.2.1.tar.gz) = 4a7e5ab8c89be6ac3b6da649003260d1ed86b1dd41b7e9aa1d3873cacd7d6bd1 -SIZE (pycharm-community-2017.2.1.tar.gz) = 200410040 +TIMESTAMP = 1503488186 +SHA256 (gogland-172.3757.46.tar.gz) = 0d6b710edc434ed5d5ea5c4734b9026e2caeba7e74a027c1eb6fd837c5d4f4fd +SIZE (gogland-172.3757.46.tar.gz) = 184981483 Copied and modified: head/devel/gogland-eap/files/gogland-eap.desktop.in (from r448635, head/devel/pycharm-ce/files/pycharm-ce.desktop.in) ============================================================================== --- head/devel/pycharm-ce/files/pycharm-ce.desktop.in Wed Aug 23 18:47:50 2017 (r448635, copy source) +++ head/devel/gogland-eap/files/gogland-eap.desktop.in Wed Aug 23 19:40:53 2017 (r448636) @@ -2,12 +2,12 @@ Version=1.0 Encoding=UTF-8 Type=Application -Name=JetBrains PyCharm Community Edition IDE -GenericName=JetBrains PyCharm Community Edition IDE -Icon=%%DATADIR%%/bin/pycharm.png -Exec=%%DATADIR%%/bin/pycharm.sh +Name=JetBrains Gogland IDE (Preview Edition) +GenericName=JetBrains Gogland IDE (Preview Edition) +Icon=%%DATADIR%%/bin/gogland.png +Exec=%%DATADIR%%/bin/gogland.sh Comment=Develop with pleasure! Terminal=false StartupNotify=true -StartupWMClass=jetbrains-pycharm-ce +StartupWMClass=jetbrains-gogland-eap Categories=Application;Development;IDE; Copied and modified: head/devel/gogland-eap/files/gogland.in (from r448635, head/devel/pycharm-ce/files/pycharm.in) ============================================================================== --- head/devel/pycharm-ce/files/pycharm.in Wed Aug 23 18:47:50 2017 (r448635, copy source) +++ head/devel/gogland-eap/files/gogland.in Wed Aug 23 19:40:53 2017 (r448636) @@ -1,3 +1,3 @@ #!/bin/sh -exec "%%DATADIR%%/bin/pycharm.sh" "$@" +exec "%%DATADIR%%/bin/gogland.sh" "$@" Modified: head/devel/gogland-eap/pkg-descr ============================================================================== --- head/devel/pycharm-ce/pkg-descr Wed Aug 23 18:47:50 2017 (r448635) +++ head/devel/gogland-eap/pkg-descr Wed Aug 23 19:40:53 2017 (r448636) @@ -1,6 +1,7 @@ -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. +Gogland is the codename for a new commercial IDE by JetBrains aimed +at providing an ergonomic environment for Go development. -WWW: https://www.jetbrains.com/pycharm/ +The new IDE extends the IntelliJ platform with the coding assistance +and tool integrations specific for the Go language. + +WWW: https://www.jetbrains.com/go/ Modified: head/devel/gogland-eap/pkg-plist ============================================================================== --- head/devel/pycharm-ce/pkg-plist Wed Aug 23 18:47:50 2017 (r448635) +++ head/devel/gogland-eap/pkg-plist Wed Aug 23 19:40:53 2017 (r448636) @@ -1,2040 +1,18 @@ -bin/pycharm -share/applications/pycharm-ce.desktop +bin/gogland +share/applications/gogland-eap.desktop %%DATADIR%%/Install-Linux-tar.txt %%DATADIR%%/bin/format.sh +%%DATADIR%%/bin/gogland.png +%%DATADIR%%/bin/gogland.sh +%%DATADIR%%/bin/gogland.vmoptions +%%DATADIR%%/bin/gogland64.vmoptions %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh %%DATADIR%%/bin/log.xml %%DATADIR%%/bin/printenv.py -%%DATADIR%%/bin/pycharm.png -%%DATADIR%%/bin/pycharm.sh -%%DATADIR%%/bin/pycharm.vmoptions -%%DATADIR%%/bin/pycharm64.vmoptions %%DATADIR%%/bin/restart.py %%DATADIR%%/build.txt -%%DATADIR%%/help/ReferenceCard.pdf -%%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/helpers/MathJax/MathJax.js -%%DATADIR%%/helpers/MathJax/config/TeX-AMS_HTML-full.js -%%DATADIR%%/helpers/MathJax/config/local/local.js -%%DATADIR%%/helpers/MathJax/extensions/AssistiveMML.js -%%DATADIR%%/helpers/MathJax/extensions/MathEvents.js -%%DATADIR%%/helpers/MathJax/extensions/MathMenu.js -%%DATADIR%%/helpers/MathJax/extensions/MathZoom.js -%%DATADIR%%/helpers/MathJax/extensions/TeX/AMSmath.js -%%DATADIR%%/helpers/MathJax/extensions/TeX/AMSsymbols.js -%%DATADIR%%/helpers/MathJax/extensions/TeX/noErrors.js -%%DATADIR%%/helpers/MathJax/extensions/TeX/noUndefined.js -%%DATADIR%%/helpers/MathJax/extensions/fast-preview.js -%%DATADIR%%/helpers/MathJax/extensions/tex2jax.js -%%DATADIR%%/helpers/MathJax/extensions/toMathML.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/jax.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/Arrows.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/Dingbats.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/MathOperators.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js -%%DATADIR%%/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js -%%DATADIR%%/helpers/MathJax/jax/input/TeX/config.js -%%DATADIR%%/helpers/MathJax/jax/input/TeX/jax.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/blank.gif -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/config.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js -%%DATADIR%%/helpers/MathJax/jax/output/HTML-CSS/jax.js -%%DATADIR%%/helpers/MathJax/jax/output/PreviewHTML/config.js -%%DATADIR%%/helpers/MathJax/jax/output/PreviewHTML/jax.js -%%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/backunittest.py -%%DATADIR%%/helpers/coveragepy/coverage/backward.py -%%DATADIR%%/helpers/coveragepy/coverage/bytecode.py -%%DATADIR%%/helpers/coveragepy/coverage/cmdline.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/env.py -%%DATADIR%%/helpers/coveragepy/coverage/execfile.py -%%DATADIR%%/helpers/coveragepy/coverage/files.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.debounce.min.js -%%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/multiproc.py -%%DATADIR%%/helpers/coveragepy/coverage/parser.py -%%DATADIR%%/helpers/coveragepy/coverage/phystokens.py -%%DATADIR%%/helpers/coveragepy/coverage/pickle2json.py -%%DATADIR%%/helpers/coveragepy/coverage/plugin.py -%%DATADIR%%/helpers/coveragepy/coverage/plugin_support.py -%%DATADIR%%/helpers/coveragepy/coverage/python.py -%%DATADIR%%/helpers/coveragepy/coverage/pytracer.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/version.py -%%DATADIR%%/helpers/coveragepy/coverage/xmlreport.py -%%DATADIR%%/helpers/docstring_formatter.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/extra_syspath.py -%%DATADIR%%/helpers/generator3.py -%%DATADIR%%/helpers/icon-robots.txt -%%DATADIR%%/helpers/packaging_tool.py -%%DATADIR%%/helpers/pip-1.1.tar.gz -%%DATADIR%%/helpers/pip-9.0.1.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/ply/__init__.py -%%DATADIR%%/helpers/profiler/ply/cpp.py -%%DATADIR%%/helpers/profiler/ply/ctokens.py -%%DATADIR%%/helpers/profiler/ply/lex.py -%%DATADIR%%/helpers/profiler/ply/yacc.py -%%DATADIR%%/helpers/profiler/ply/ygen.py -%%DATADIR%%/helpers/profiler/prof_io.py -%%DATADIR%%/helpers/profiler/prof_util.py -%%DATADIR%%/helpers/profiler/profiler.thrift -%%DATADIR%%/helpers/profiler/run_profiler.py -%%DATADIR%%/helpers/profiler/six.py -%%DATADIR%%/helpers/profiler/thriftpy/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/_compat.py -%%DATADIR%%/helpers/profiler/thriftpy/contrib/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/contrib/tracking/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/contrib/tracking/tracker.py -%%DATADIR%%/helpers/profiler/thriftpy/contrib/tracking/tracking.thrift -%%DATADIR%%/helpers/profiler/thriftpy/hook.py -%%DATADIR%%/helpers/profiler/thriftpy/parser/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/parser/exc.py -%%DATADIR%%/helpers/profiler/thriftpy/parser/lexer.py -%%DATADIR%%/helpers/profiler/thriftpy/parser/parser.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/binary.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/compact.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/cybin/cybin.pyx -%%DATADIR%%/helpers/profiler/thriftpy/protocol/cybin/endian_port.h -%%DATADIR%%/helpers/profiler/thriftpy/protocol/exc.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/json.py -%%DATADIR%%/helpers/profiler/thriftpy/protocol/multiplex.py -%%DATADIR%%/helpers/profiler/thriftpy/rpc.py -%%DATADIR%%/helpers/profiler/thriftpy/server.py -%%DATADIR%%/helpers/profiler/thriftpy/thrift.py -%%DATADIR%%/helpers/profiler/thriftpy/tornado.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/_ssl.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/buffered/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/buffered/cybuffered.pyx -%%DATADIR%%/helpers/profiler/thriftpy/transport/cybase.pxd -%%DATADIR%%/helpers/profiler/thriftpy/transport/cybase.pyx -%%DATADIR%%/helpers/profiler/thriftpy/transport/framed/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/framed/cyframed.pyx -%%DATADIR%%/helpers/profiler/thriftpy/transport/memory/__init__.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/memory/cymemory.pyx -%%DATADIR%%/helpers/profiler/thriftpy/transport/socket.py -%%DATADIR%%/helpers/profiler/thriftpy/transport/sslsocket.py -%%DATADIR%%/helpers/profiler/thriftpy/utils.py -%%DATADIR%%/helpers/profiler/vmprof_profiler.py -%%DATADIR%%/helpers/profiler/yappi_profiler.py -%%DATADIR%%/helpers/py2ipnb_converter.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_create_folder.py -%%DATADIR%%/helpers/pycharm/_jb_django_project_creator.py -%%DATADIR%%/helpers/pycharm/_jb_find_best_place.py -%%DATADIR%%/helpers/pycharm/_jb_manage_tasks_provider.py -%%DATADIR%%/helpers/pycharm/_jb_nosetest_runner.py -%%DATADIR%%/helpers/pycharm/_jb_pytest_runner.py -%%DATADIR%%/helpers/pycharm/_jb_runner_tools.py -%%DATADIR%%/helpers/pycharm/_jb_tox_runner.py -%%DATADIR%%/helpers/pycharm/_jb_unittest_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/teamcity/README.txt -%%DATADIR%%/helpers/pycharm/teamcity/__init__.py -%%DATADIR%%/helpers/pycharm/teamcity/common.py -%%DATADIR%%/helpers/pycharm/teamcity/context_managers.py -%%DATADIR%%/helpers/pycharm/teamcity/django.py -%%DATADIR%%/helpers/pycharm/teamcity/flake8_plugin.py -%%DATADIR%%/helpers/pycharm/teamcity/flake8_v2_plugin.py -%%DATADIR%%/helpers/pycharm/teamcity/flake8_v3_plugin.py -%%DATADIR%%/helpers/pycharm/teamcity/messages.py -%%DATADIR%%/helpers/pycharm/teamcity/nose_report.py -%%DATADIR%%/helpers/pycharm/teamcity/pytest_plugin.py -%%DATADIR%%/helpers/pycharm/teamcity/unittestpy.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/pycodestyle.py -%%DATADIR%%/helpers/pydev/LICENSE -%%DATADIR%%/helpers/pydev/README.rst -%%DATADIR%%/helpers/pydev/_pydev_bundle/__init__.py -%%DATADIR%%/helpers/pydev/_pydev_bundle/_pydev_calltip_util.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_command_line_handling.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_win32_36_32.cp36-win32.pyd -%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-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/_pydevd_frame_eval/__init__.py -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py -%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.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/inputhookqt5.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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***