svn commit: r568131 - in head: . java java/eclipse-pydev java/eclipse-pydev/files

Michael Zhilin mizhka at FreeBSD.org
Thu Mar 11 20:55:49 UTC 2021


Author: mizhka (src committer)
Date: Thu Mar 11 20:55:47 2021
New Revision: 568131
URL: https://svnweb.freebsd.org/changeset/ports/568131

Log:
  java/eclipse-pydev: resurrect port
  
  This commits resurrects java/eclipse-pydev, updates to latest version and fixes
  python version
  
  PR:		254194
  Submitted by:	mizhka
  Approved by:	lwhsu
  Sponsored by:	Postgres Professional

Added:
  head/java/eclipse-pydev/
  head/java/eclipse-pydev/Makefile   (contents, props changed)
  head/java/eclipse-pydev/distinfo   (contents, props changed)
  head/java/eclipse-pydev/files/
  head/java/eclipse-pydev/files/pkg-install.in   (contents, props changed)
  head/java/eclipse-pydev/pkg-descr   (contents, props changed)
  head/java/eclipse-pydev/pkg-message   (contents, props changed)
  head/java/eclipse-pydev/pkg-plist   (contents, props changed)
Modified:
  head/MOVED
  head/java/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Mar 11 20:10:10 2021	(r568130)
+++ head/MOVED	Thu Mar 11 20:55:47 2021	(r568131)
@@ -15488,7 +15488,6 @@ graphics/py-editobj||2020-09-19|Has expired: Uses depr
 graphics/pymorph||2020-09-19|Has expired: Uses deprecated version of python
 graphics/tilecache||2020-09-19|Has expired: Uses deprecated version of python
 japanese/mailman||2020-09-19|Has expired: Uses deprecated version of python
-java/eclipse-pydev||2020-09-19|Has expired: Uses deprecated version of python
 lang/cdent||2020-09-19|Has expired: Uses deprecated version of python
 lang/julia06|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python
 lang/julia07|lang/julia10|2020-09-19|Has expired: Uses deprecated version of python

Modified: head/java/Makefile
==============================================================================
--- head/java/Makefile	Thu Mar 11 20:10:10 2021	(r568130)
+++ head/java/Makefile	Thu Mar 11 20:55:47 2021	(r568131)
@@ -34,6 +34,7 @@
     SUBDIR += eclipse-drjava
     SUBDIR += eclipse-ecj
     SUBDIR += eclipse-findbugs
+    SUBDIR += eclipse-pydev
     SUBDIR += eclipse-shelled
     SUBDIR += hamcrest
     SUBDIR += icedtea-web

Added: head/java/eclipse-pydev/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/Makefile	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,44 @@
+# Created by: Nicola Vitale <nivit at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pydev
+PORTVERSION=	8.2.0
+CATEGORIES=	java devel python
+MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_8_2_0/
+PKGNAMEPREFIX=	eclipse-
+DISTNAME=	PyDev.${PORTVERSION}
+
+MAINTAINER=	mizhka at FreeBSD.org
+COMMENT=	Eclipse plugin for Python and Jython development
+
+LICENSE=	EPL
+
+RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:java/eclipse
+
+USES=		python zip
+
+JYTHON_DESC=	Use Jython as Python interpreter
+OPTIONS_DEFINE=	JYTHON
+
+USE_JAVA=	YES
+JAVA_OS=	native
+JAVA_RUN=	YES
+JAVA_VERSION=	1.8+
+
+NO_BUILD=	YES
+NO_WRKSUBDIR=	YES
+
+PLUGINDIR=	share/eclipse/dropins/${PORTNAME}/eclipse/plugins
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MJYTHON}
+RUN_DEPENDS+=	jython:lang/jython
+.endif
+
+PLUGINDIR=	share/eclipse/dropins/${PORTNAME}/eclipse
+
+do-install:
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/${PLUGINDIR})
+
+.include <bsd.port.mk>

Added: head/java/eclipse-pydev/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/distinfo	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1615382778
+SHA256 (PyDev.8.2.0.zip) = 5b5a5e576c0b339c00bc7c7b6db039ff23ef6e67f3c93af31c13d6dd7ccd6c83
+SIZE (PyDev.8.2.0.zip) = 27131346

Added: head/java/eclipse-pydev/files/pkg-install.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/files/pkg-install.in	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+# $FreeBSD$
+
+
+[ "$2" != "POST-INSTALL" ] && exit 0
+
+echo %%PREFIX%%
+touch -cm %%PREFIX%%/share/eclipse/dropins/%%PLUGIN%%/

Added: head/java/eclipse-pydev/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/pkg-descr	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,6 @@
+PyDev is a plugin that enables users to use Eclipse for Python and Jython
+development -- making Eclipse a first class Python IDE -- It comes with
+many goodies such as code completion, syntax highlighting, syntax analysis,
+refactor, debug and many others.
+
+WWW: http://www.pydev.org/

Added: head/java/eclipse-pydev/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/pkg-message	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+  The first time, run Eclipse with the option -clean, and configure
+  a Python or Jython interpreter in  Window -> Preferences -> PyDev
+  -> Interpreter before creating a new Pydev project
+
+  If you don't see the Pydev perspective in Eclipse, run the command
+
+    eclipse -consoleLog -initialize
+
+  as root or sudoer.
+EOM
+}
+]

Added: head/java/eclipse-pydev/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/eclipse-pydev/pkg-plist	Thu Mar 11 20:55:47 2021	(r568131)
@@ -0,0 +1,1401 @@
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.properties
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.feature/pom.xml
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/feature.properties
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature.source_8.2.0.202102211157/feature.xml
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.feature_8.2.0.202102211157/feature.xml
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/features/org.python.pydev.mylyn.feature_0.6.0/feature.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/LICENSE.TXT
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.analysis/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/analysis.jar
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/icons/opentype.gif
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/icons/python_file.gif
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.analysis_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/LICENSE.TXT
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.debug/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/debug.jar
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/attach_to_process.png
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/python.gif
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/start_debug_server.gif
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/icons/term_debug_server.gif
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.debug_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/LICENSE.TXT
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/META-INF/maven/org.python.pydev/com.python.pydev.refactoring/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/plugin.properties
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/com.python.pydev.refactoring_8.2.0.202102211157/refactoring.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.ast/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/ast.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_builder.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_completion.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_info_builder.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_new_custom_entries.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_interpreter_observer.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_manager_observer.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_modules_observer.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_python_module_resolver.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_pythonpath_contrib.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_refactoring.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.ast_8.2.0.202102211157/schema/org.python.pydev.pydev_simpleassist.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.core/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/core.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/helpers/load-conda-vars
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/helpers/load-conda-vars.bat
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/.github/install_and_run_debug_py.sh
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/.github/workflows/pydevd-tests-python.yml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/LICENSE
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/MANIFEST.in
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/README.rst
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_calltip_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_completer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_filesystem_encoding.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_getopt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_imports_tipper.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_jy_imports_tipper.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_log.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/_pydev_tipper_common.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_console_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_import_hook.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_imports.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_ipython_console.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_ipython_console_011.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_is_thread_alive.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_localhost.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_log.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_monkey.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_monkey_qt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_override.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_umd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/pydev_versioncheck.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_BaseHTTPServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_SimpleXMLRPCServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_SocketServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_execfile.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_inspect.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_pkgutil_old.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_saved_modules.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_sys_patch.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/_pydev_xmlrpclib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_coverage.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_nose.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_parallel.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_parallel_client.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_pytest2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_unittest.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/pydev_runfiles_xml_rpc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/debugProtocol.json
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevconsole_code_for_ironpython.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_additional_thread_info.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_additional_thread_info_regular.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_api.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_breakpoints.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_code_to_source.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_collect_bytecode_info.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_comm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_comm_constants.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_command_line_handling.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_console.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_constants.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_custom_frames.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.c
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.pxd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython.pyx
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_cython_wrapper.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_daemon_thread.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_defaults.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_dont_trace.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_dont_trace_files.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_exec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_exec2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_extension_api.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_extension_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_filtering.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_frame.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_frame_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_import_class.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_io.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_json_debug_options.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command_factory_json.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_net_command_factory_xml.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_plugin_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_process_net_command.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_process_net_command_json.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_referrers.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_reload.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_resolver.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_safe_repr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_save_locals.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_signature.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_source_mapping.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_stackless.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_suspended_frames.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_thread_lifecycle.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_timeout.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_api.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_dispatch.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_trace_dispatch_regular.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_traceproperty.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_vars.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_vm_type.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/pydevd_xml.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_eval_main.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.c
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp38-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp38-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp39-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.cp39-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_frame_tracing.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/pydevd_modify_bytecode.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/release_mem.h
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/README.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/bytecode.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/cfg.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/concrete.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/flags.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/instr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/pydevd_fix_code.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build_binaries_osx.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/build_binaries_windows.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/check_no_git_modifications.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/generate_code.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/names_to_rename.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/pydevd_release_process.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/build_tools/rename_pep8.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/conftest.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/interpreterInfo.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pycompletionserver.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_app_engine_debug_startup.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_coverage.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/README
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhook.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookglut.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookgtk.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookgtk3.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookpyglet.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookqt4.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookqt5.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhooktk.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/inputhookwx.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/matplotlibtools.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt_for_kernel.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/qt_loaders.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_ipython/version.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_pysrc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_run_in_console.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_sitecustomize/__not_in_default_pythonpath.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydev_sitecustomize/sitecustomize.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevconsole.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/README.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_always_live_program.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_check.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_test_attach_to_process.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/_test_attach_to_process_linux.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/add_code_to_python_process.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_amd64.dll
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_linux_amd64.so
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_linux_x86.so
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_pydevd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_script.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86.dll
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86.dylib
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/attach_x86_64.dylib
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_settrace.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_utils.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/py_version.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/python.h
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/common/ref_utils.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/inject_dll_amd64.exe
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/inject_dll_x86.exe
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/attach.cpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/compile_linux.sh
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/compile_mac.sh
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/run_code_on_dllmain_x86.dll
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/breakpoint.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/compat.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/crash.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/debug.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/disasm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/event.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/interactive.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/module.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/README
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_example.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/process.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/registry.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/search.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/sql.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/system.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/textio.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/thread.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/advapi32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/context_i386.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/defines.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/gdi32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/kernel32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/ntdll.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/psapi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/shell32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/user32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/version.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/window.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/attach.cpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/attach.h
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/compile_windows.bat
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/inject_dll.cpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/py_win_helpers.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/run_code_in_memory.hpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/stdafx.cpp
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/stdafx.h
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/targetver.h
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_file_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/django_debug.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/README.md
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_helpers.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_plugins/jinja2_debug.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_tracing.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pytest.ini
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/runfiles.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/setup.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/setup_cython.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/_django_manager_body.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/_get_tips.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/pycompletion.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/cython_json.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/backports/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/backports/functools_lru_cache.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/__main__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/finders.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/hooks.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/isort.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/main.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/natural.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/pie_slice.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/pylama_isort.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/settings.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/autopep8.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/Grammar.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/__main__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/btm_matcher.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/btm_utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixer_base.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixer_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/main.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/patcomp.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/token.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pygram.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/pytree.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/refactor.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/pycodestyle.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/tests_cython_json.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/_ctypes.dll
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/_endian.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/macholib/framework.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/wintypes.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.customizations/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/customizations.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-128.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-16.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-256.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-32.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-48.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/AppEngine-64.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/app_engine.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/app_engine_16_16.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/icons/appengine-noborder-120x30.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/app.yaml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/asklogin.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/ask_login/description.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/app.yaml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/description.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_webapp_world/helloworld.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/app.yaml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/description.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.customizations_8.2.0.202102211157/templates/google_app_engine/hello_world/helloworld.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.debug/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/arguments.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_conditional.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_django.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_django_gray.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_gray.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/breakmarker_gray_conditional.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/failures.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/greendot.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/greendot_big.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ironpython_run.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ironpython_unit.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/jython_run.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/jython_unit.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/error_ovr.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/failed_ovr.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/ovr16/success_ovr.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pin.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pin_arrow.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_16x16.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_coverage.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_exception_breakpoint.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_profile.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_refactor.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_run.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/python_unit.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pyunit.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/pyunit_old.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/reddot.GIF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/referrers.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/refresh.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/return_value.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/setnext_co.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/setnext_co_dis.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/stepover_co.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/tasklet.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/testerrors_ovr.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/testfailures_ovr.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/icons/watch_exp.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/libs/winp-1.26.0.7.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/pydev-debug.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/schema/pydev_debug_command_line_participant.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.debug_8.2.0.202102211157/schema/pydev_debug_console_input_listener.exsd
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.django/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/djangoNature.gif
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_16x16.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_7x7.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_logo.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_nature.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/icons/django_remove_nature.png
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.django_8.2.0.202102211157/pydev_django.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/MANIFEST.MF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/TE-3C6A6.RSA
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/TE-3C6A6.SF
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.properties
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/META-INF/maven/org.python.pydev/org.python.pydev.help/pom.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/html/index.html
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/html/links.html
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/plugin.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.help_8.2.0.202102211157/toc_main.xml
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython.source_8.2.0.202102211157.jar
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE_JYTHON.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/LICENSE_PYHON.txt
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/BaseHTTPServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/CGIHTTPServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ConfigParser.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/Cookie.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/DocXMLRPCServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/HTMLParser.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/MimeWriter.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/Queue.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SimpleHTTPServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SimpleXMLRPCServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/SocketServer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/StringIO.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserDict.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserList.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/UserString.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_LWPCookieJar.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_MozillaCookieJar.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/__future__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_abcoll.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_fsum.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_google_ipaddr_r234.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_jyio.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_pyio.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_rawffi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_strptime.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_threading_local.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/_weakrefset.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/abc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/aifc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/anydbm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/argparse.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ast.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/asynchat.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/asyncore.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/atexit.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/base64.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/bdb.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/binhex.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/bisect.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/calendar.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cgi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cgitb.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/chunk.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cmd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/code.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/codecs.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/codeop.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/collections.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/colorsys.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/commands.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compileall.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/ast.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/consts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/future.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/misc.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/pyassem.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/pycodegen.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/symbols.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/syntax.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/transformer.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/visitor.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/contextlib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/cookielib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/copy.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/copy_reg.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/csv.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/ctypes/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/datetime.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dbexts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/decimal.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/difflib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dircache.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dis.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/README
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/archive_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/bcppcompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/ccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/cmd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_dumb.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_msi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_rpm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/bdist_wininst.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_clib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_ext.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_py.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/build_scripts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/check.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/clean.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/command_template
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/config.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_data.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_egg_info.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_headers.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_lib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/install_scripts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/register.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/sdist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/upload.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/config.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/core.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/cygwinccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/debug.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dep_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dir_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/dist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/emxccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/errors.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/extension.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/fancy_getopt.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/file_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/filelist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/jythoncompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/log.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/msvc9compiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/msvccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/spawn.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/sysconfig.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/Setup.sample
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/setuptools_build_ext.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/setuptools_extension.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/support.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_archive_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_dumb.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_msi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_rpm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_bdist_wininst.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_clib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_ext.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_py.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_build_scripts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_ccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_check.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_clean.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_cmd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_config.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_config_cmd.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_core.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dep_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dir_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_dist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_file_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_filelist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_data.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_headers.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_lib.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_install_scripts.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_msvc9compiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_register.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_sdist.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_spawn.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_sysconfig.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_text_file.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_unixccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_upload.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_version.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/test_versionpredicate.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/text_file.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/unixccompiler.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/util.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/version.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/versionpredicate.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/doctest.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dumbdbm.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dummy_thread.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/dummy_threading.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Charset.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Encoders.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Errors.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Generator.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Header.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Iterators.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Message.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Parser.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/Utils.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/_parseaddr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/base64MIME.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/feedparser.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/application.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/audio.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/base.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/image.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/message.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/multipart.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/nonmultipart.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/mime/text.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/quopriMIME.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/__init__.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/aliases.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/ascii.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/base64_codec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/big5.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/big5hkscs.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/bz2_codec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/charmap.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp037.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1006.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1026.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1140.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1250.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1251.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1252.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1253.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1254.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1255.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1256.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1257.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp1258.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp424.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp437.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp500.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp720.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp737.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp775.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp850.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp852.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp855.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp856.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp857.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp858.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp860.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp861.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp862.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp863.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp864.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp865.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp866.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp869.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp874.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp875.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp932.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp949.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/cp950.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jis_2004.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jisx0213.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_jp.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/euc_kr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gb18030.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gb2312.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/gbk.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hex_codec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hp_roman8.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/hz.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/idna.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_1.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_2004.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_3.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_jp_ext.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso2022_kr.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_1.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_10.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_11.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_13.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_14.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_15.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_16.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_3.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_4.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_5.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_6.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_7.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_8.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/iso8859_9.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/johab.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/koi8_r.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/koi8_u.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/latin_1.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_arabic.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_centeuro.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_croatian.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_cyrillic.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_farsi.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_greek.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_iceland.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_latin2.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_roman.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_romanian.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mac_turkish.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/mbcs.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/palmos.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/ptcp154.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/punycode.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/quopri_codec.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/raw_unicode_escape.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/rot_13.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jis.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jis_2004.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/shift_jisx0213.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/string_escape.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/tis_620.py
+share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/encodings/undefined.py

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list