summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-01-01 21:05:27 -0800
committeryum <yum.food.vr@gmail.com>2023-01-01 21:44:45 -0800
commite25bdba3a3a53b09be5269d8b065c13b73ab55c3 (patch)
tree1d1dc1d94cde92c2f4f8ce86017395054787515d
parent0d408cc812a094a708edbe4baf536e928731cfc3 (diff)
Embed git in package
package.ps1 fetches PortableGit and embeds it in the package. This eliminates all but one runtime dependency (MSVC++ Redistributable). * Move Python into a new FOSS folder.
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/.travis.yml (renamed from Python/Dependencies/future-0.18.2/.travis.yml)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/LICENSE.txt (renamed from Python/Dependencies/future-0.18.2/LICENSE.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/MANIFEST.in (renamed from Python/Dependencies/future-0.18.2/MANIFEST.in)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/PKG-INFO (renamed from Python/Dependencies/future-0.18.2/PKG-INFO)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/README.rst (renamed from Python/Dependencies/future-0.18.2/README.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/TESTING.txt (renamed from Python/Dependencies/future-0.18.2/TESTING.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/check_rst.sh (renamed from Python/Dependencies/future-0.18.2/check_rst.sh)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py (renamed from Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/Makefile (renamed from Python/Dependencies/future-0.18.2/docs/Makefile)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico (renamed from Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico)bin3262 -> 3262 bytes
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico (renamed from Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico)bin3262 -> 3262 bytes
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png (renamed from Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png)bin32656 -> 32656 bytes
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png (renamed from Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png)bin41580 -> 41580 bytes
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff (renamed from Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff)bin56904 -> 56904 bytes
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html (renamed from Python/Dependencies/future-0.18.2/docs/_templates/layout.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html (renamed from Python/Dependencies/future-0.18.2/docs/_templates/navbar.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html (renamed from Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html (renamed from Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html (renamed from Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/LICENSE (renamed from Python/Dependencies/future-0.18.2/docs/_themes/LICENSE)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/README (renamed from Python/Dependencies/future-0.18.2/docs/_themes/README)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html (renamed from Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html (renamed from Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t (renamed from Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf (renamed from Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst (renamed from Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/bind_method.rst (renamed from Python/Dependencies/future-0.18.2/docs/bind_method.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/bytes_object.rst (renamed from Python/Dependencies/future-0.18.2/docs/bytes_object.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/changelog.rst (renamed from Python/Dependencies/future-0.18.2/docs/changelog.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst (renamed from Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/conf.py (renamed from Python/Dependencies/future-0.18.2/docs/conf.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/contents.rst.inc (renamed from Python/Dependencies/future-0.18.2/docs/contents.rst.inc)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst (renamed from Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst (renamed from Python/Dependencies/future-0.18.2/docs/credits.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/custom_iterators.rst (renamed from Python/Dependencies/future-0.18.2/docs/custom_iterators.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst (renamed from Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/dev_notes.rst (renamed from Python/Dependencies/future-0.18.2/docs/dev_notes.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/development.rst (renamed from Python/Dependencies/future-0.18.2/docs/development.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/dict_object.rst (renamed from Python/Dependencies/future-0.18.2/docs/dict_object.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/faq.rst (renamed from Python/Dependencies/future-0.18.2/docs/faq.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/func_annotations.rst (renamed from Python/Dependencies/future-0.18.2/docs/func_annotations.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/future-builtins.rst (renamed from Python/Dependencies/future-0.18.2/docs/future-builtins.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/futureext.py (renamed from Python/Dependencies/future-0.18.2/docs/futureext.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/futurize.rst (renamed from Python/Dependencies/future-0.18.2/docs/futurize.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst (renamed from Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/futurize_overview.rst (renamed from Python/Dependencies/future-0.18.2/docs/futurize_overview.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst (renamed from Python/Dependencies/future-0.18.2/docs/hindsight.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/imports.rst (renamed from Python/Dependencies/future-0.18.2/docs/imports.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/index.rst (renamed from Python/Dependencies/future-0.18.2/docs/index.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/int_object.rst (renamed from Python/Dependencies/future-0.18.2/docs/int_object.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/isinstance.rst (renamed from Python/Dependencies/future-0.18.2/docs/isinstance.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/limitations.rst (renamed from Python/Dependencies/future-0.18.2/docs/limitations.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/metaclasses.rst (renamed from Python/Dependencies/future-0.18.2/docs/metaclasses.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb (renamed from Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb (renamed from Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb (renamed from Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/older_interfaces.rst (renamed from Python/Dependencies/future-0.18.2/docs/older_interfaces.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/open_function.rst (renamed from Python/Dependencies/future-0.18.2/docs/open_function.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/auto2to3.py (renamed from Python/Dependencies/future-0.18.2/docs/other/auto2to3.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/find_pattern.py (renamed from Python/Dependencies/future-0.18.2/docs/other/find_pattern.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py (renamed from Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/lessons.txt (renamed from Python/Dependencies/future-0.18.2/docs/other/lessons.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/todo.txt (renamed from Python/Dependencies/future-0.18.2/docs/other/todo.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh (renamed from Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/other/useful_links.txt (renamed from Python/Dependencies/future-0.18.2/docs/other/useful_links.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/overview.rst (renamed from Python/Dependencies/future-0.18.2/docs/overview.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/pasteurize.rst (renamed from Python/Dependencies/future-0.18.2/docs/pasteurize.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/quickstart.rst (renamed from Python/Dependencies/future-0.18.2/docs/quickstart.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/reference.rst (renamed from Python/Dependencies/future-0.18.2/docs/reference.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/roadmap.rst (renamed from Python/Dependencies/future-0.18.2/docs/roadmap.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst (renamed from Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst (renamed from Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/str_object.rst (renamed from Python/Dependencies/future-0.18.2/docs/str_object.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/translation.rst (renamed from Python/Dependencies/future-0.18.2/docs/translation.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/unicode_literals.rst (renamed from Python/Dependencies/future-0.18.2/docs/unicode_literals.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/upgrading.rst (renamed from Python/Dependencies/future-0.18.2/docs/upgrading.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/utilities.rst (renamed from Python/Dependencies/future-0.18.2/docs/utilities.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/what_else.rst (renamed from Python/Dependencies/future-0.18.2/docs/what_else.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/whatsnew.rst (renamed from Python/Dependencies/future-0.18.2/docs/whatsnew.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/why_python3.rst (renamed from Python/Dependencies/future-0.18.2/docs/why_python3.rst)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/futurize.py (renamed from Python/Dependencies/future-0.18.2/futurize.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/pasteurize.py (renamed from Python/Dependencies/future-0.18.2/pasteurize.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/pytest.ini (renamed from Python/Dependencies/future-0.18.2/pytest.ini)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/setup.cfg (renamed from Python/Dependencies/future-0.18.2/setup.cfg)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/setup.py (renamed from Python/Dependencies/future-0.18.2/setup.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/_thread/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/_thread/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/builtins/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/builtins/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/copyreg/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/copyreg/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO (renamed from Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt (renamed from Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt (renamed from Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt (renamed from Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt (renamed from Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/datetime.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/datetime.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/header.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/header.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/message.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/message.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/client.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/http/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/server.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/http/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/misc.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/misc.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socket.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/socket.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/support.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/test/support.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py (renamed from Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/misc.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/misc.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newround.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/newround.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py (renamed from Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_thread.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/_thread.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/builtins.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/collections.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/collections.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/configparser.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/configparser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/client.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/http/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/server.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/http/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/itertools.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/itertools.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/pickle.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/pickle.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/queue.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/queue.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/sys.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/sys.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/support.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/test/support.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/winreg.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/winreg.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py (renamed from Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/tests/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/tests/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/tests/base.py (renamed from Python/Dependencies/future-0.18.2/src/future/tests/base.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newbytes.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newbytes.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newdict.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newdict.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newint.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newint.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newlist.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newlist.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newobject.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newobject.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newopen.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newopen.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newrange.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newrange.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/types/newstr.py (renamed from Python/Dependencies/future-0.18.2/src/future/types/newstr.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/utils/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/future/utils/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py (renamed from Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/html/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/html/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/html/entities.py (renamed from Python/Dependencies/future-0.18.2/src/html/entities.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/html/parser.py (renamed from Python/Dependencies/future-0.18.2/src/html/parser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/http/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/http/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/http/client.py (renamed from Python/Dependencies/future-0.18.2/src/http/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/http/cookiejar.py (renamed from Python/Dependencies/future-0.18.2/src/http/cookiejar.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/http/cookies.py (renamed from Python/Dependencies/future-0.18.2/src/http/cookies.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/http/server.py (renamed from Python/Dependencies/future-0.18.2/src/http/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/main.py (renamed from Python/Dependencies/future-0.18.2/src/libfuturize/main.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/main.py (renamed from Python/Dependencies/future-0.18.2/src/libpasteurize/main.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/past/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/misc.py (renamed from Python/Dependencies/future-0.18.2/src/past/builtins/misc.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py (renamed from Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/translation/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/past/translation/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/types/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/past/types/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/types/basestring.py (renamed from Python/Dependencies/future-0.18.2/src/past/types/basestring.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/types/olddict.py (renamed from Python/Dependencies/future-0.18.2/src/past/types/olddict.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/types/oldstr.py (renamed from Python/Dependencies/future-0.18.2/src/past/types/oldstr.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/past/utils/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/past/utils/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/queue/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/queue/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/reprlib/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/reprlib/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/socketserver/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/socketserver/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/constants.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/constants.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dialog.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/dialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dnd.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/dnd.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/font.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/font.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/tix.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/tix.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py (renamed from Python/Dependencies/future-0.18.2/src/tkinter/ttk.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/winreg/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/winreg/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py (renamed from Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py (renamed from Python/Dependencies/future-0.18.2/src/xmlrpc/client.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/server.py (renamed from Python/Dependencies/future-0.18.2/src/xmlrpc/server.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/__init__.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_html.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_html.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_int.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_list.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_list.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_object.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_object.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_range.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_range.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_str.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_str.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_super.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_super.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py (renamed from Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/__init__.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/__init__.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py)0
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py (renamed from Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py)0
-rw-r--r--FOSS/Python/LICENSE.txt (renamed from Python/LICENSE.txt)0
-rw-r--r--FOSS/Python/_asyncio.pyd (renamed from Python/_asyncio.pyd)bin64384 -> 64384 bytes
-rw-r--r--FOSS/Python/_bz2.pyd (renamed from Python/_bz2.pyd)bin83320 -> 83320 bytes
-rw-r--r--FOSS/Python/_ctypes.pyd (renamed from Python/_ctypes.pyd)bin122232 -> 122232 bytes
-rw-r--r--FOSS/Python/_decimal.pyd (renamed from Python/_decimal.pyd)bin248704 -> 248704 bytes
-rw-r--r--FOSS/Python/_elementtree.pyd (renamed from Python/_elementtree.pyd)bin127872 -> 127872 bytes
-rw-r--r--FOSS/Python/_hashlib.pyd (renamed from Python/_hashlib.pyd)bin61824 -> 61824 bytes
-rw-r--r--FOSS/Python/_lzma.pyd (renamed from Python/_lzma.pyd)bin157560 -> 157560 bytes
-rw-r--r--FOSS/Python/_msi.pyd (renamed from Python/_msi.pyd)bin43384 -> 43384 bytes
-rw-r--r--FOSS/Python/_multiprocessing.pyd (renamed from Python/_multiprocessing.pyd)bin33152 -> 33152 bytes
-rw-r--r--FOSS/Python/_overlapped.pyd (renamed from Python/_overlapped.pyd)bin48512 -> 48512 bytes
-rw-r--r--FOSS/Python/_queue.pyd (renamed from Python/_queue.pyd)bin30592 -> 30592 bytes
-rw-r--r--FOSS/Python/_socket.pyd (renamed from Python/_socket.pyd)bin77696 -> 77696 bytes
-rw-r--r--FOSS/Python/_sqlite3.pyd (renamed from Python/_sqlite3.pyd)bin97664 -> 97664 bytes
-rw-r--r--FOSS/Python/_ssl.pyd (renamed from Python/_ssl.pyd)bin159096 -> 159096 bytes
-rw-r--r--FOSS/Python/_uuid.pyd (renamed from Python/_uuid.pyd)bin23936 -> 23936 bytes
-rw-r--r--FOSS/Python/_zoneinfo.pyd (renamed from Python/_zoneinfo.pyd)bin43384 -> 43384 bytes
-rw-r--r--FOSS/Python/get-pip.py (renamed from Python/get-pip.py)0
-rw-r--r--FOSS/Python/get-pip.py.LICENSE (renamed from Python/get-pip.py.LICENSE)0
-rw-r--r--FOSS/Python/libcrypto-1_1.dll (renamed from Python/libcrypto-1_1.dll)bin3441504 -> 3441504 bytes
-rw-r--r--FOSS/Python/libffi-7.dll (renamed from Python/libffi-7.dll)bin32792 -> 32792 bytes
-rw-r--r--FOSS/Python/libssl-1_1.dll (renamed from Python/libssl-1_1.dll)bin702816 -> 702816 bytes
-rw-r--r--FOSS/Python/pyexpat.pyd (renamed from Python/pyexpat.pyd)bin198520 -> 198520 bytes
-rw-r--r--FOSS/Python/python.cat (renamed from Python/python.cat)bin601495 -> 601495 bytes
-rw-r--r--FOSS/Python/python.exe (renamed from Python/python.exe)bin101760 -> 101760 bytes
-rw-r--r--FOSS/Python/python3.dll (renamed from Python/python3.dll)bin64896 -> 64896 bytes
-rw-r--r--FOSS/Python/python310._pth (renamed from Python/python310._pth)0
-rw-r--r--FOSS/Python/python310.dll (renamed from Python/python310.dll)bin4492664 -> 4492664 bytes
-rw-r--r--FOSS/Python/python310.zip (renamed from Python/python310.zip)bin2642123 -> 2642123 bytes
-rw-r--r--FOSS/Python/pythonw.exe (renamed from Python/pythonw.exe)bin100216 -> 100216 bytes
-rw-r--r--FOSS/Python/select.pyd (renamed from Python/select.pyd)bin29048 -> 29048 bytes
-rw-r--r--FOSS/Python/sqlite3.dll (renamed from Python/sqlite3.dll)bin1473912 -> 1473912 bytes
-rw-r--r--FOSS/Python/unicodedata.pyd (renamed from Python/unicodedata.pyd)bin1122176 -> 1122176 bytes
-rw-r--r--FOSS/Python/vcruntime140.dll (renamed from Python/vcruntime140.dll)bin109392 -> 109392 bytes
-rw-r--r--FOSS/Python/vcruntime140_1.dll (renamed from Python/vcruntime140_1.dll)bin49488 -> 49488 bytes
-rw-r--r--FOSS/Python/winsound.pyd (renamed from Python/winsound.pyd)bin29560 -> 29560 bytes
-rw-r--r--GUI/.gitignore3
-rw-r--r--GUI/package.ps122
429 files changed, 24 insertions, 1 deletions
diff --git a/Python/Dependencies/future-0.18.2/.travis.yml b/FOSS/Python/Dependencies/future-0.18.2/.travis.yml
index 4b74e8d..4b74e8d 100644
--- a/Python/Dependencies/future-0.18.2/.travis.yml
+++ b/FOSS/Python/Dependencies/future-0.18.2/.travis.yml
diff --git a/Python/Dependencies/future-0.18.2/LICENSE.txt b/FOSS/Python/Dependencies/future-0.18.2/LICENSE.txt
index 4c904db..4c904db 100644
--- a/Python/Dependencies/future-0.18.2/LICENSE.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/LICENSE.txt
diff --git a/Python/Dependencies/future-0.18.2/MANIFEST.in b/FOSS/Python/Dependencies/future-0.18.2/MANIFEST.in
index d0e9f3d..d0e9f3d 100644
--- a/Python/Dependencies/future-0.18.2/MANIFEST.in
+++ b/FOSS/Python/Dependencies/future-0.18.2/MANIFEST.in
diff --git a/Python/Dependencies/future-0.18.2/PKG-INFO b/FOSS/Python/Dependencies/future-0.18.2/PKG-INFO
index 6cf8029..6cf8029 100644
--- a/Python/Dependencies/future-0.18.2/PKG-INFO
+++ b/FOSS/Python/Dependencies/future-0.18.2/PKG-INFO
diff --git a/Python/Dependencies/future-0.18.2/README.rst b/FOSS/Python/Dependencies/future-0.18.2/README.rst
index ea80653..ea80653 100644
--- a/Python/Dependencies/future-0.18.2/README.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/README.rst
diff --git a/Python/Dependencies/future-0.18.2/TESTING.txt b/FOSS/Python/Dependencies/future-0.18.2/TESTING.txt
index 0e9b96a..0e9b96a 100644
--- a/Python/Dependencies/future-0.18.2/TESTING.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/TESTING.txt
diff --git a/Python/Dependencies/future-0.18.2/check_rst.sh b/FOSS/Python/Dependencies/future-0.18.2/check_rst.sh
index 8af1893..8af1893 100644
--- a/Python/Dependencies/future-0.18.2/check_rst.sh
+++ b/FOSS/Python/Dependencies/future-0.18.2/check_rst.sh
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py
index d264da8..d264da8 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/astropy_py3compat.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py
index aa0218c..aa0218c 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/django_utils_encoding.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py
index 465cb50..465cb50 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/gevent_py3k.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py
index c9fbb2c..c9fbb2c 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/ipython_py3compat.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py
index 1326cbc..1326cbc 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/jinja2_compat.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py
index 0a03929..0a03929 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/numpy_py3k.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py
index 2a8eb5a..2a8eb5a 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pandas_py3k.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py
index 34e5224..34e5224 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/pycrypto_py3compat.py
diff --git a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py
index aab8807..aab8807 100644
--- a/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/3rd-party-py3k-compat-code/statsmodels_py3k.py
diff --git a/Python/Dependencies/future-0.18.2/docs/Makefile b/FOSS/Python/Dependencies/future-0.18.2/docs/Makefile
index 3607cbd..3607cbd 100644
--- a/Python/Dependencies/future-0.18.2/docs/Makefile
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/Makefile
diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico
index e3f2cf7..e3f2cf7 100644
--- a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-32.ico
Binary files differ
diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico
index 3fa3dab..3fa3dab 100644
--- a/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-icon-white-32.ico
Binary files differ
diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png
index 95ba682..95ba682 100644
--- a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo-textless-transparent.png
Binary files differ
diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png
index c1f92a5..c1f92a5 100644
--- a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.png
Binary files differ
diff --git a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff
index dcfba15..dcfba15 100644
--- a/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_static/python-future-logo.tiff
Binary files differ
diff --git a/Python/Dependencies/future-0.18.2/docs/_templates/layout.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html
index c979ab2..c979ab2 100644
--- a/Python/Dependencies/future-0.18.2/docs/_templates/layout.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html
index b77fb76..b77fb76 100644
--- a/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html
index e443322..e443322 100644
--- a/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html
index cf875c3..cf875c3 100644
--- a/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html
index 0d119af..0d119af 100644
--- a/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/LICENSE b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/LICENSE
index 8daab7e..8daab7e 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/LICENSE
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/LICENSE
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/README b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/README
index b3292bd..b3292bd 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/README
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/README
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html
index b5b16d7..b5b16d7 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/layout.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html
index 3bbcde8..3bbcde8 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/relations.html
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t
index 593da46..593da46 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/static/future.css_t
diff --git a/Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf
index 7a4d324..7a4d324 100644
--- a/Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/_themes/future/theme.conf
diff --git a/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst
index 5c718da..5c718da 100644
--- a/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/automatic_conversion.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/bind_method.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/bind_method.rst
index d737384..d737384 100644
--- a/Python/Dependencies/future-0.18.2/docs/bind_method.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/bind_method.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/bytes_object.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/bytes_object.rst
index 110280a..110280a 100644
--- a/Python/Dependencies/future-0.18.2/docs/bytes_object.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/bytes_object.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/changelog.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/changelog.rst
index 059ad4f..059ad4f 100644
--- a/Python/Dependencies/future-0.18.2/docs/changelog.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/changelog.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst
index b0cb05a..b0cb05a 100644
--- a/Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/compatible_idioms.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/conf.py b/FOSS/Python/Dependencies/future-0.18.2/docs/conf.py
index fd106fa..fd106fa 100644
--- a/Python/Dependencies/future-0.18.2/docs/conf.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/conf.py
diff --git a/Python/Dependencies/future-0.18.2/docs/contents.rst.inc b/FOSS/Python/Dependencies/future-0.18.2/docs/contents.rst.inc
index 7c9bbf2..7c9bbf2 100644
--- a/Python/Dependencies/future-0.18.2/docs/contents.rst.inc
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/contents.rst.inc
diff --git a/Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst
index c2b1530..c2b1530 100644
--- a/Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/conversion_limitations.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/credits.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
index 275e148..275e148 100644
--- a/Python/Dependencies/future-0.18.2/docs/credits.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/custom_iterators.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/custom_iterators.rst
index 6ff389a..6ff389a 100644
--- a/Python/Dependencies/future-0.18.2/docs/custom_iterators.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/custom_iterators.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst
index 12c3c6b..12c3c6b 100644
--- a/Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/custom_str_methods.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/dev_notes.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/dev_notes.rst
index 6985bca..6985bca 100644
--- a/Python/Dependencies/future-0.18.2/docs/dev_notes.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/dev_notes.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/development.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/development.rst
index a12f2ca..a12f2ca 100644
--- a/Python/Dependencies/future-0.18.2/docs/development.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/development.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/dict_object.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/dict_object.rst
index 165cf76..165cf76 100644
--- a/Python/Dependencies/future-0.18.2/docs/dict_object.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/dict_object.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/faq.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/faq.rst
index 9b1eab0..9b1eab0 100644
--- a/Python/Dependencies/future-0.18.2/docs/faq.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/faq.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/func_annotations.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/func_annotations.rst
index a298f2c..a298f2c 100644
--- a/Python/Dependencies/future-0.18.2/docs/func_annotations.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/func_annotations.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/future-builtins.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/future-builtins.rst
index df8ff79..df8ff79 100644
--- a/Python/Dependencies/future-0.18.2/docs/future-builtins.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/future-builtins.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/futureext.py b/FOSS/Python/Dependencies/future-0.18.2/docs/futureext.py
index 23471a1..23471a1 100644
--- a/Python/Dependencies/future-0.18.2/docs/futureext.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/futureext.py
diff --git a/Python/Dependencies/future-0.18.2/docs/futurize.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize.rst
index 11520a6..11520a6 100644
--- a/Python/Dependencies/future-0.18.2/docs/futurize.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst
index 82f211c..82f211c 100644
--- a/Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize_cheatsheet.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/futurize_overview.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize_overview.rst
index 769b65c..769b65c 100644
--- a/Python/Dependencies/future-0.18.2/docs/futurize_overview.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/futurize_overview.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/hindsight.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst
index b4654c6..b4654c6 100644
--- a/Python/Dependencies/future-0.18.2/docs/hindsight.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/hindsight.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/imports.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/imports.rst
index f7dcd9f..f7dcd9f 100644
--- a/Python/Dependencies/future-0.18.2/docs/imports.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/imports.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/index.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/index.rst
index cc84c9b..cc84c9b 100644
--- a/Python/Dependencies/future-0.18.2/docs/index.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/index.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/int_object.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/int_object.rst
index f774784..f774784 100644
--- a/Python/Dependencies/future-0.18.2/docs/int_object.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/int_object.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/isinstance.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/isinstance.rst
index 2bb5084..2bb5084 100644
--- a/Python/Dependencies/future-0.18.2/docs/isinstance.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/isinstance.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/limitations.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/limitations.rst
index 0d13805..0d13805 100644
--- a/Python/Dependencies/future-0.18.2/docs/limitations.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/limitations.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/metaclasses.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/metaclasses.rst
index d40c5a4..d40c5a4 100644
--- a/Python/Dependencies/future-0.18.2/docs/metaclasses.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/metaclasses.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb
index 0f585d2..0f585d2 100644
--- a/Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/Writing Python 2-3 compatible code.ipynb
diff --git a/Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb
index 5792144..5792144 100644
--- a/Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/bytes object.ipynb
diff --git a/Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb
index 5729ddc..5729ddc 100644
--- a/Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/notebooks/object special methods (next, bool, ...).ipynb
diff --git a/Python/Dependencies/future-0.18.2/docs/older_interfaces.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/older_interfaces.rst
index 546f92b..546f92b 100644
--- a/Python/Dependencies/future-0.18.2/docs/older_interfaces.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/older_interfaces.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/open_function.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/open_function.rst
index 7915d8a..7915d8a 100644
--- a/Python/Dependencies/future-0.18.2/docs/open_function.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/open_function.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/other/auto2to3.py b/FOSS/Python/Dependencies/future-0.18.2/docs/other/auto2to3.py
index 3abd370..3abd370 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/auto2to3.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/auto2to3.py
diff --git a/Python/Dependencies/future-0.18.2/docs/other/find_pattern.py b/FOSS/Python/Dependencies/future-0.18.2/docs/other/find_pattern.py
index 1a5da35..1a5da35 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/find_pattern.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/find_pattern.py
diff --git a/Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py b/FOSS/Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py
index 36c2205..36c2205 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/fix_notebook_html_colour.py
diff --git a/Python/Dependencies/future-0.18.2/docs/other/lessons.txt b/FOSS/Python/Dependencies/future-0.18.2/docs/other/lessons.txt
index ede523c..ede523c 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/lessons.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/lessons.txt
diff --git a/Python/Dependencies/future-0.18.2/docs/other/todo.txt b/FOSS/Python/Dependencies/future-0.18.2/docs/other/todo.txt
index def7b04..def7b04 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/todo.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/todo.txt
diff --git a/Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh b/FOSS/Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh
index d5c272d..d5c272d 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/upload_future_docs.sh
diff --git a/Python/Dependencies/future-0.18.2/docs/other/useful_links.txt b/FOSS/Python/Dependencies/future-0.18.2/docs/other/useful_links.txt
index abb9684..abb9684 100644
--- a/Python/Dependencies/future-0.18.2/docs/other/useful_links.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/other/useful_links.txt
diff --git a/Python/Dependencies/future-0.18.2/docs/overview.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/overview.rst
index 72a3355..72a3355 100644
--- a/Python/Dependencies/future-0.18.2/docs/overview.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/overview.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/pasteurize.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/pasteurize.rst
index 070b5d1..070b5d1 100644
--- a/Python/Dependencies/future-0.18.2/docs/pasteurize.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/pasteurize.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/quickstart.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/quickstart.rst
index 6042e05..6042e05 100644
--- a/Python/Dependencies/future-0.18.2/docs/quickstart.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/quickstart.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/reference.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/reference.rst
index d9ac5e1..d9ac5e1 100644
--- a/Python/Dependencies/future-0.18.2/docs/reference.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/reference.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/roadmap.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/roadmap.rst
index c5020d5..c5020d5 100644
--- a/Python/Dependencies/future-0.18.2/docs/roadmap.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/roadmap.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst
index 6044254..6044254 100644
--- a/Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/standard_library_imports.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst
index 5f2217d..5f2217d 100644
--- a/Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/stdlib_incompatibilities.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/str_object.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/str_object.rst
index 4c5257a..4c5257a 100644
--- a/Python/Dependencies/future-0.18.2/docs/str_object.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/str_object.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/translation.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/translation.rst
index 632c46b..632c46b 100644
--- a/Python/Dependencies/future-0.18.2/docs/translation.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/translation.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/unicode_literals.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/unicode_literals.rst
index 7252e4d..7252e4d 100644
--- a/Python/Dependencies/future-0.18.2/docs/unicode_literals.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/unicode_literals.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/upgrading.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/upgrading.rst
index 0d8afca..0d8afca 100644
--- a/Python/Dependencies/future-0.18.2/docs/upgrading.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/upgrading.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/utilities.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/utilities.rst
index e3f1e9c..e3f1e9c 100644
--- a/Python/Dependencies/future-0.18.2/docs/utilities.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/utilities.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/what_else.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/what_else.rst
index 51f1986..51f1986 100644
--- a/Python/Dependencies/future-0.18.2/docs/what_else.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/what_else.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/whatsnew.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/whatsnew.rst
index e0b4603..e0b4603 100644
--- a/Python/Dependencies/future-0.18.2/docs/whatsnew.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/whatsnew.rst
diff --git a/Python/Dependencies/future-0.18.2/docs/why_python3.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/why_python3.rst
index a4b535f..a4b535f 100644
--- a/Python/Dependencies/future-0.18.2/docs/why_python3.rst
+++ b/FOSS/Python/Dependencies/future-0.18.2/docs/why_python3.rst
diff --git a/Python/Dependencies/future-0.18.2/futurize.py b/FOSS/Python/Dependencies/future-0.18.2/futurize.py
index cb446ab..cb446ab 100644
--- a/Python/Dependencies/future-0.18.2/futurize.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/futurize.py
diff --git a/Python/Dependencies/future-0.18.2/pasteurize.py b/FOSS/Python/Dependencies/future-0.18.2/pasteurize.py
index 2b98327..2b98327 100644
--- a/Python/Dependencies/future-0.18.2/pasteurize.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/pasteurize.py
diff --git a/Python/Dependencies/future-0.18.2/pytest.ini b/FOSS/Python/Dependencies/future-0.18.2/pytest.ini
index 649908f..649908f 100644
--- a/Python/Dependencies/future-0.18.2/pytest.ini
+++ b/FOSS/Python/Dependencies/future-0.18.2/pytest.ini
diff --git a/Python/Dependencies/future-0.18.2/setup.cfg b/FOSS/Python/Dependencies/future-0.18.2/setup.cfg
index 45df256..45df256 100644
--- a/Python/Dependencies/future-0.18.2/setup.cfg
+++ b/FOSS/Python/Dependencies/future-0.18.2/setup.cfg
diff --git a/Python/Dependencies/future-0.18.2/setup.py b/FOSS/Python/Dependencies/future-0.18.2/setup.py
index 11d694c..11d694c 100644
--- a/Python/Dependencies/future-0.18.2/setup.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/setup.py
diff --git a/Python/Dependencies/future-0.18.2/src/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/__init__.py
index acdbb31..acdbb31 100644
--- a/Python/Dependencies/future-0.18.2/src/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py
index 63dced6..63dced6 100644
--- a/Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/_dummy_thread/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py
index 2909065..2909065 100644
--- a/Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/_markupbase/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/_thread/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/_thread/__init__.py
index 9f2a51c..9f2a51c 100644
--- a/Python/Dependencies/future-0.18.2/src/_thread/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/_thread/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/builtins/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/builtins/__init__.py
index 4f936f2..4f936f2 100644
--- a/Python/Dependencies/future-0.18.2/src/builtins/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/builtins/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/copyreg/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/copyreg/__init__.py
index 51bd4b9..51bd4b9 100644
--- a/Python/Dependencies/future-0.18.2/src/copyreg/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/copyreg/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO
index 6cf8029..6cf8029 100644
--- a/Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/PKG-INFO
diff --git a/Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt
index e6bf419..e6bf419 100644
--- a/Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/SOURCES.txt
diff --git a/Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt
index 8b13789..8b13789 100644
--- a/Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/dependency_links.txt
diff --git a/Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt
index 45d1a88..45d1a88 100644
--- a/Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/entry_points.txt
diff --git a/Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt
index c10cc61..c10cc61 100644
--- a/Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future.egg-info/top_level.txt
diff --git a/Python/Dependencies/future-0.18.2/src/future/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/__init__.py
index ad419d6..ad419d6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/__init__.py
index c71e065..c71e065 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py
index d51bfc7..d51bfc7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/_markupbase.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/datetime.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/datetime.py
index 3261014..3261014 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/datetime.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/datetime.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py
index f9523bc..f9523bc 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py
index 7c4a529..7c4a529 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_encoded_words.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py
index 43957ed..43957ed 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_header_value_parser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py
index 5b50cc6..5b50cc6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_parseaddr.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py
index c66aea9..c66aea9 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/_policybase.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py
index 416d612..416d612 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/base64mime.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py
index 2385ce6..2385ce6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/charset.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py
index 15d2eb4..15d2eb4 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/encoders.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py
index 0fe599c..0fe599c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/errors.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py
index 935c26e..935c26e 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/feedparser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py
index 53493d0..53493d0 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/generator.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/header.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/header.py
index 63bf038..63bf038 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/header.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/header.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py
index 9aaad65..9aaad65 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/headerregistry.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py
index 82d320f..82d320f 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/iterators.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/message.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/message.py
index d8d9615..d8d9615 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/message.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/message.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py
index 5cbfb17..5cbfb17 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/application.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py
index 4989c11..4989c11 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/audio.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py
index e77f3ca..e77f3ca 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/base.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py
index a036024..a036024 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/image.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py
index 7f92075..7f92075 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/message.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py
index 6d7ed3d..6d7ed3d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/multipart.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py
index 08c37c3..08c37c3 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/nonmultipart.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py
index 6269f4a..6269f4a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/mime/text.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py
index df1c6e2..df1c6e2 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/parser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py
index 2f609a2..2f609a2 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/policy.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py
index b69d158..b69d158 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/quoprimime.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py
index 4abebf7..4abebf7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/email/utils.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py
index 58e133f..58e133f 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py
index 5c73f69..5c73f69 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/entities.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py
index fb65263..fb65263 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/html/parser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/http/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/client.py
index e663d12..e663d12 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/http/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py
index af3ef41..af3ef41 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookiejar.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py
index 8bb61e2..8bb61e2 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/cookies.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/http/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/server.py
index b1c11e0..b1c11e0 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/http/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/http/server.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/misc.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/misc.py
index 098a066..098a066 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/misc.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/misc.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/socket.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socket.py
index 930e1da..930e1da 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/socket.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socket.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py
index d1e24a6..d1e24a6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/socketserver.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py
index 0bba5e6..0bba5e6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem
index c419146..c419146 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badcert.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem
index 1c8a955..1c8a955 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/badkey.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem
index 200d16c..200d16c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/dh512.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem
index e7dfc82..e7dfc82 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/https_svn_python_org_root.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem
index e905748..e905748 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.passwd.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem
index 64318aa..64318aa 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem
index e8a9e08..e8a9e08 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/keycert2.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem
index 0d044df..0d044df 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nokia.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem
index 447186c..447186c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullbytecert.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/nullcert.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py
index 7652027..7652027 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/pystone.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem
index d3db4b8..d3db4b8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/sha256.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem
index 47a7d7e..47a7d7e 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_cert.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem
index 2524672..2524672 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.passwd.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem
index 3fd3bbd..3fd3bbd 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_key.pem
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py
index 87a3fb8..87a3fb8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/ssl_servers.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/test/support.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/support.py
index 1999e20..1999e20 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/test/support.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/test/support.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py
index 760f06d..760f06d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/total_ordering.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py
index a473e44..a473e44 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/error.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py
index 04e52d4..04e52d4 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/parse.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py
index baee540..baee540 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/request.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py
index adbf6e5..adbf6e5 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/response.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py
index a0f3651..a0f3651 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/urllib/robotparser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py
index 196d378..196d378 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py
index b78e5ba..b78e5ba 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py
index 28072bf..28072bf 100644
--- a/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/backports/xmlrpc/server.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py
index 8bc1649..8bc1649 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py
index f6d6ea9..f6d6ea9 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/disabled.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py
index dff651e..dff651e 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/iterators.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/misc.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/misc.py
index f86ce5f..f86ce5f 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/misc.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/misc.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py
index 6f0c2a8..6f0c2a8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/new_min_max.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py
index 097638a..097638a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newnext.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/newround.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newround.py
index 394a2c6..394a2c6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/newround.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newround.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py
index 5d3402b..5d3402b 100644
--- a/Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/builtins/newsuper.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/__init__.py
index 0cd60d3..0cd60d3 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py
index 688d249..688d249 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_dummy_thread.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py
index f9fb4bb..f9fb4bb 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_markupbase.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/_thread.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_thread.py
index c68018b..c68018b 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/_thread.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/_thread.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/builtins.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/builtins.py
index e4b6221..e4b6221 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/builtins.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/collections.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/collections.py
index 664ee6a..664ee6a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/collections.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/collections.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/configparser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/configparser.py
index 33d9cf9..33d9cf9 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/configparser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/configparser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py
index 9d08cdc..9d08cdc 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/copyreg.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py
index 626b406..626b406 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py
index 528383f..528383f 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/dumb.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py
index 68ccf67..68ccf67 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/gnu.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py
index 8c6fff8..8c6fff8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/dbm/ndbm.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py
index 22ed6e7..22ed6e7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py
index 56a8860..56a8860 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/entities.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py
index a6115b5..a6115b5 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/html/parser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py
index 917b3d7..917b3d7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/http/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/client.py
index 55f9c9c..55f9c9c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/http/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py
index ea00df7..ea00df7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookiejar.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py
index 1b74fe2..1b74fe2 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/cookies.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/http/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/server.py
index 4e75cc1..4e75cc1 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/http/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/http/server.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/itertools.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/itertools.py
index e5eb20d..e5eb20d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/itertools.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/itertools.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/pickle.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/pickle.py
index c53d693..c53d693 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/pickle.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/pickle.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/queue.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/queue.py
index 1cb1437..1cb1437 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/queue.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/queue.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py
index a313a13..a313a13 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/reprlib.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py
index 062e084..062e084 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/socketserver.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py
index 43ffd2a..43ffd2a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/subprocess.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/sys.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/sys.py
index 1293bcb..1293bcb 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/sys.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/sys.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py
index 5cf428b..5cf428b 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/test/support.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/support.py
index e9aa0f4..e9aa0f4 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/test/support.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/test/support.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py
index e408296..e408296 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py
index 6dde6e8..6dde6e8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/colorchooser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py
index eb7ae8d..eb7ae8d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/commondialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py
index ffe0981..ffe0981 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/constants.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py
index 113370c..113370c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py
index 1ab4379..1ab4379 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/dnd.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py
index 973923e..973923e 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/filedialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py
index 628f399..628f399 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/font.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py
index b43d870..b43d870 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/messagebox.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py
index 1c69db6..1c69db6 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/scrolledtext.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py
index dba93fb..dba93fb 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/simpledialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py
index 8d1718a..8d1718a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/tix.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py
index 081c1b4..081c1b4 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/tkinter/ttk.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py
index 5cf428b..5cf428b 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py
index 7d8ada7..7d8ada7 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/error.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py
index 9074b81..9074b81 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/parse.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py
index 972aa4a..972aa4a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/request.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py
index a287ae2..a287ae2 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/response.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py
index 0dc8f57..0dc8f57 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/urllib/robotparser.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/winreg.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/winreg.py
index c8b1475..c8b1475 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/winreg.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/winreg.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
index 4708cf8..4708cf8 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py
index 1a8af34..1a8af34 100644
--- a/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/moves/xmlrpc/server.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py
index cff02f9..cff02f9 100644
--- a/Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/standard_library/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/tests/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/tests/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/src/future/tests/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/tests/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/tests/base.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/tests/base.py
index 4ef437b..4ef437b 100644
--- a/Python/Dependencies/future-0.18.2/src/future/tests/base.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/tests/base.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/__init__.py
index 0625077..0625077 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newbytes.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newbytes.py
index c9d584a..c9d584a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newbytes.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newbytes.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newdict.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newdict.py
index 3f3a559..3f3a559 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newdict.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newdict.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newint.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newint.py
index 748dba9..748dba9 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newint.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newint.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newlist.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newlist.py
index 74d8f6c..74d8f6c 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newlist.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newlist.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py
index 09f804d..09f804d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newmemoryview.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newobject.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newobject.py
index 31b84fc..31b84fc 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newobject.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newobject.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newopen.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newopen.py
index b75d45a..b75d45a 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newopen.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newopen.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newrange.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newrange.py
index eda01a5..eda01a5 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newrange.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newrange.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/types/newstr.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newstr.py
index 8ca191f..8ca191f 100644
--- a/Python/Dependencies/future-0.18.2/src/future/types/newstr.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/types/newstr.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/utils/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/utils/__init__.py
index 46bd96d..46bd96d 100644
--- a/Python/Dependencies/future-0.18.2/src/future/utils/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/utils/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py b/FOSS/Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py
index 0dcc9fa..0dcc9fa 100644
--- a/Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/future/utils/surrogateescape.py
diff --git a/Python/Dependencies/future-0.18.2/src/html/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/html/__init__.py
index e957e74..e957e74 100644
--- a/Python/Dependencies/future-0.18.2/src/html/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/html/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/html/entities.py b/FOSS/Python/Dependencies/future-0.18.2/src/html/entities.py
index 211649e..211649e 100644
--- a/Python/Dependencies/future-0.18.2/src/html/entities.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/html/entities.py
diff --git a/Python/Dependencies/future-0.18.2/src/html/parser.py b/FOSS/Python/Dependencies/future-0.18.2/src/html/parser.py
index e394887..e394887 100644
--- a/Python/Dependencies/future-0.18.2/src/html/parser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/html/parser.py
diff --git a/Python/Dependencies/future-0.18.2/src/http/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/http/__init__.py
index e4f853e..e4f853e 100644
--- a/Python/Dependencies/future-0.18.2/src/http/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/http/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/http/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/http/client.py
index a6a3100..a6a3100 100644
--- a/Python/Dependencies/future-0.18.2/src/http/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/http/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/http/cookiejar.py b/FOSS/Python/Dependencies/future-0.18.2/src/http/cookiejar.py
index d847b2b..d847b2b 100644
--- a/Python/Dependencies/future-0.18.2/src/http/cookiejar.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/http/cookiejar.py
diff --git a/Python/Dependencies/future-0.18.2/src/http/cookies.py b/FOSS/Python/Dependencies/future-0.18.2/src/http/cookies.py
index eb2a823..eb2a823 100644
--- a/Python/Dependencies/future-0.18.2/src/http/cookies.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/http/cookies.py
diff --git a/Python/Dependencies/future-0.18.2/src/http/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/http/server.py
index 2971055..2971055 100644
--- a/Python/Dependencies/future-0.18.2/src/http/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/http/server.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py
index 4cb1cbc..4cb1cbc 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py
index 48e4689..48e4689 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixer_util.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py
index 0b56250..0b56250 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py
index cb0cfac..cb0cfac 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_UserDict.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py
index eab9c52..eab9c52 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_absolute_import.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
index 37d7fee..37d7fee 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py
index 5676d08..5676d08 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_basestring.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py
index 4202122..4202122 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_bytes.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py
index 762eb4b..762eb4b 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_cmp.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py
index 6975a52..6975a52 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py
index 3d5909c..3d5909c 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_division_safe.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py
index cfe9d8d..cfe9d8d 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_execfile.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py
index eea6c6a..eea6c6a 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_builtins.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py
index a1c3f3d..a1c3f3d 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py
index cf67388..cf67388 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_future_standard_library_urllib.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py
index 8a43882..8a43882 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_input.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py
index 2ac41c9..2ac41c9 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_metaclass.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py
index 282f185..282f185 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_next_call.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py
index accf2c5..accf2c5 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_object.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py
index ad58771..ad58771 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_oldstr_wrap.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py
index 00d7ef6..00d7ef6 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_order___future__imports.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py
index 247b91b..247b91b 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py
index 3449046..3449046 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_print_with_import.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py
index f751841..f751841 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_raise.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py
index 9336f75..9336f75 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_remove_old__future__imports.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py
index 2e9a4e4..2e9a4e4 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_keep_u.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py
index 51c5062..51c5062 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_unicode_literals_import.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py
index c910f81..c910f81 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/fixes/fix_xrange_with_import.py
diff --git a/Python/Dependencies/future-0.18.2/src/libfuturize/main.py b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/main.py
index 634c2f2..634c2f2 100644
--- a/Python/Dependencies/future-0.18.2/src/libfuturize/main.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libfuturize/main.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py
index 4cb1cbc..4cb1cbc 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py
index 905aec4..905aec4 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py
index c36d9a9..c36d9a9 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/feature_base.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py
index a151f9f..a151f9f 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all__future__imports.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py
index 22911ba..22911ba 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_all_future_builtins.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py
index 0778406..0778406 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_add_future_standard_library_import.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py
index 884b674..884b674 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_annotations.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py
index 6a04871..6a04871 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_division.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py
index 52630f9..52630f9 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_features.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py
index 4bd37e1..4bd37e1 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_fullargspec.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py
index 6849679..6849679 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_future_builtins.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py
index 9b7f002..9b7f002 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_getcwd.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py
index 2d6718f..2d6718f 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py
index 70444e9..70444e9 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_imports2.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py
index 290f991..290f991 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_kwargs.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py
index a20f6f3..a20f6f3 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_memoryview.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py
index 52dd1d1..52dd1d1 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_metaclass.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py
index cc6b3ad..cc6b3ad 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_newstyle.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py
index 9ecb6c0..9ecb6c0 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_next.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py
index a2a6e08..a2a6e08 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_printfunction.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py
index 9c9c192..9c9c192 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py
index 0f020c4..0f020c4 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_raise_.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py
index c0feed1..c0feed1 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_throw.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py
index c2d3207..c2d3207 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/fixes/fix_unpacking.py
diff --git a/Python/Dependencies/future-0.18.2/src/libpasteurize/main.py b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/main.py
index 4179174..4179174 100644
--- a/Python/Dependencies/future-0.18.2/src/libpasteurize/main.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/libpasteurize/main.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/__init__.py
index 1471303..1471303 100644
--- a/Python/Dependencies/future-0.18.2/src/past/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py
index 1b19e37..1b19e37 100644
--- a/Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/builtins/misc.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/misc.py
index ba50aa9..ba50aa9 100644
--- a/Python/Dependencies/future-0.18.2/src/past/builtins/misc.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/misc.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py
index 183ffff..183ffff 100644
--- a/Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/builtins/noniterators.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/translation/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/translation/__init__.py
index 7c67886..7c67886 100644
--- a/Python/Dependencies/future-0.18.2/src/past/translation/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/translation/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/types/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/__init__.py
index 91dd270..91dd270 100644
--- a/Python/Dependencies/future-0.18.2/src/past/types/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/types/basestring.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/basestring.py
index 1cab22f..1cab22f 100644
--- a/Python/Dependencies/future-0.18.2/src/past/types/basestring.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/basestring.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/types/olddict.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/olddict.py
index f4f92a2..f4f92a2 100644
--- a/Python/Dependencies/future-0.18.2/src/past/types/olddict.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/olddict.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/types/oldstr.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/oldstr.py
index a477d88..a477d88 100644
--- a/Python/Dependencies/future-0.18.2/src/past/types/oldstr.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/types/oldstr.py
diff --git a/Python/Dependencies/future-0.18.2/src/past/utils/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/past/utils/__init__.py
index f6b2642..f6b2642 100644
--- a/Python/Dependencies/future-0.18.2/src/past/utils/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/past/utils/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/queue/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/queue/__init__.py
index 22bd296..22bd296 100644
--- a/Python/Dependencies/future-0.18.2/src/queue/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/queue/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/reprlib/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/reprlib/__init__.py
index 6ccf9c0..6ccf9c0 100644
--- a/Python/Dependencies/future-0.18.2/src/reprlib/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/reprlib/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/socketserver/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/socketserver/__init__.py
index c5b8c9c..c5b8c9c 100644
--- a/Python/Dependencies/future-0.18.2/src/socketserver/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/socketserver/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/__init__.py
index bb730c3..bb730c3 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py
index 6dde6e8..6dde6e8 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/colorchooser.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py
index eb7ae8d..eb7ae8d 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/commondialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/constants.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/constants.py
index ffe0981..ffe0981 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/constants.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/constants.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/dialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dialog.py
index 113370c..113370c 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/dialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/dnd.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dnd.py
index 1ab4379..1ab4379 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/dnd.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/dnd.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py
index 93a1538..93a1538 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/filedialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/font.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/font.py
index 628f399..628f399 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/font.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/font.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py
index b43d870..b43d870 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/messagebox.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py
index 1c69db6..1c69db6 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/scrolledtext.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py
index dba93fb..dba93fb 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/simpledialog.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/tix.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/tix.py
index 8d1718a..8d1718a 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/tix.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/tix.py
diff --git a/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py
index 081c1b4..081c1b4 100644
--- a/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/tkinter/ttk.py
diff --git a/Python/Dependencies/future-0.18.2/src/winreg/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/winreg/__init__.py
index 97243bb..97243bb 100644
--- a/Python/Dependencies/future-0.18.2/src/winreg/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/winreg/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py
index e4f853e..e4f853e 100644
--- a/Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
index a8d0827..a8d0827 100644
--- a/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/client.py
diff --git a/Python/Dependencies/future-0.18.2/src/xmlrpc/server.py b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/server.py
index a8d0827..a8d0827 100644
--- a/Python/Dependencies/future-0.18.2/src/xmlrpc/server.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/src/xmlrpc/server.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py
index 9eeb741..9eeb741 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_backports.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py
index 74cfb74..74cfb74 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_buffer.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py
index ca07b9e..ca07b9e 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py
index 24800c4..24800c4 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_builtins_explicit_import.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py
index b9b157d..b9b157d 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_bytes.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py
index 2440401..2440401 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_chainmap.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py
index d274c23..d274c23 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_common_iterators.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py
index 9ec2bb3..9ec2bb3 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_decorators.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py
index ff9dd4a..ff9dd4a 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_dict.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py
index cbd93b8..cbd93b8 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_email_multipart.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py
index 7a23c3e..7a23c3e 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_explicit_imports.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py
index 0d7c42d..0d7c42d 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_futurize.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_html.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_html.py
index 251a530..251a530 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_html.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_html.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py
index 7a745ac..7a745ac 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_htmlparser.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py
index 079026b..079026b 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_http_cookiejar.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py
index a1e2b19..a1e2b19 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_httplib.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py
index ffffe8b..ffffe8b 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_import_star.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py
index 3e84287..3e84287 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_httplib.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py
index cbc616f..cbc616f 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_imports_urllib.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_int.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int.py
index 573a0d5..573a0d5 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_int.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py
index be6fded..be6fded 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_int_old_division.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py
index 33c0a58..33c0a58 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_isinstance.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py
index 4ac0b7e..4ac0b7e 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_libfuturize_fixers.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_list.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_list.py
index 16fb84c..16fb84c 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_list.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_list.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py
index e5bbe09..e5bbe09 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_magicsuper.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_object.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_object.py
index 4f99cb5..4f99cb5 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_object.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_object.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py
index 2b6e2ee..2b6e2ee 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_pasteurize.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py
index 47866c8..47866c8 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_py2_str_literals_to_bytes.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_range.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_range.py
index dba1522..dba1522 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_range.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_range.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py
index e362a1f..e362a1f 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_requests.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py
index 3ac5d2d..3ac5d2d 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_standard_library.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_str.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_str.py
index 5108548..5108548 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_str.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_str.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_super.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_super.py
index 0376c1d..0376c1d 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_super.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_super.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py
index 7789ce9..7789ce9 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_surrogateescape.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py
index 278bafb..278bafb 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py
index 2d69dad..2d69dad 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib2.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py
index e8f4b4f..e8f4b4f 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_response.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py
index 11e7720..11e7720 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllib_toplevel.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py
index f9639bf..f9639bf 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urllibnet.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py
index 64e8de6..64e8de6 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_urlparse.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py
index 46f5196..46f5196 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_future/test_utils.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/__init__.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/__init__.py
index e69de29..e69de29 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/__init__.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/__init__.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py
index d002095..d002095 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_basestring.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py
index d16978e..d16978e 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_builtins.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py
index 518109c..518109c 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_noniterators.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py
index 9f21060..9f21060 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_olddict.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py
index 17af03c..17af03c 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_oldstr.py
diff --git a/Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py
index 2b442d9..2b442d9 100644
--- a/Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py
+++ b/FOSS/Python/Dependencies/future-0.18.2/tests/test_past/test_translation.py
diff --git a/Python/LICENSE.txt b/FOSS/Python/LICENSE.txt
index 4662ad7..4662ad7 100644
--- a/Python/LICENSE.txt
+++ b/FOSS/Python/LICENSE.txt
diff --git a/Python/_asyncio.pyd b/FOSS/Python/_asyncio.pyd
index b555857..b555857 100644
--- a/Python/_asyncio.pyd
+++ b/FOSS/Python/_asyncio.pyd
Binary files differ
diff --git a/Python/_bz2.pyd b/FOSS/Python/_bz2.pyd
index 11b90cb..11b90cb 100644
--- a/Python/_bz2.pyd
+++ b/FOSS/Python/_bz2.pyd
Binary files differ
diff --git a/Python/_ctypes.pyd b/FOSS/Python/_ctypes.pyd
index 6049af4..6049af4 100644
--- a/Python/_ctypes.pyd
+++ b/FOSS/Python/_ctypes.pyd
Binary files differ
diff --git a/Python/_decimal.pyd b/FOSS/Python/_decimal.pyd
index 7abb5ba..7abb5ba 100644
--- a/Python/_decimal.pyd
+++ b/FOSS/Python/_decimal.pyd
Binary files differ
diff --git a/Python/_elementtree.pyd b/FOSS/Python/_elementtree.pyd
index 8caa3b2..8caa3b2 100644
--- a/Python/_elementtree.pyd
+++ b/FOSS/Python/_elementtree.pyd
Binary files differ
diff --git a/Python/_hashlib.pyd b/FOSS/Python/_hashlib.pyd
index 5829f18..5829f18 100644
--- a/Python/_hashlib.pyd
+++ b/FOSS/Python/_hashlib.pyd
Binary files differ
diff --git a/Python/_lzma.pyd b/FOSS/Python/_lzma.pyd
index 9ddc5d6..9ddc5d6 100644
--- a/Python/_lzma.pyd
+++ b/FOSS/Python/_lzma.pyd
Binary files differ
diff --git a/Python/_msi.pyd b/FOSS/Python/_msi.pyd
index a73bc4a..a73bc4a 100644
--- a/Python/_msi.pyd
+++ b/FOSS/Python/_msi.pyd
Binary files differ
diff --git a/Python/_multiprocessing.pyd b/FOSS/Python/_multiprocessing.pyd
index dd94457..dd94457 100644
--- a/Python/_multiprocessing.pyd
+++ b/FOSS/Python/_multiprocessing.pyd
Binary files differ
diff --git a/Python/_overlapped.pyd b/FOSS/Python/_overlapped.pyd
index a613b4d..a613b4d 100644
--- a/Python/_overlapped.pyd
+++ b/FOSS/Python/_overlapped.pyd
Binary files differ
diff --git a/Python/_queue.pyd b/FOSS/Python/_queue.pyd
index 344fa2f..344fa2f 100644
--- a/Python/_queue.pyd
+++ b/FOSS/Python/_queue.pyd
Binary files differ
diff --git a/Python/_socket.pyd b/FOSS/Python/_socket.pyd
index 184be87..184be87 100644
--- a/Python/_socket.pyd
+++ b/FOSS/Python/_socket.pyd
Binary files differ
diff --git a/Python/_sqlite3.pyd b/FOSS/Python/_sqlite3.pyd
index 0228b44..0228b44 100644
--- a/Python/_sqlite3.pyd
+++ b/FOSS/Python/_sqlite3.pyd
Binary files differ
diff --git a/Python/_ssl.pyd b/FOSS/Python/_ssl.pyd
index 4474029..4474029 100644
--- a/Python/_ssl.pyd
+++ b/FOSS/Python/_ssl.pyd
Binary files differ
diff --git a/Python/_uuid.pyd b/FOSS/Python/_uuid.pyd
index b9f68e5..b9f68e5 100644
--- a/Python/_uuid.pyd
+++ b/FOSS/Python/_uuid.pyd
Binary files differ
diff --git a/Python/_zoneinfo.pyd b/FOSS/Python/_zoneinfo.pyd
index febb933..febb933 100644
--- a/Python/_zoneinfo.pyd
+++ b/FOSS/Python/_zoneinfo.pyd
Binary files differ
diff --git a/Python/get-pip.py b/FOSS/Python/get-pip.py
index b577bf2..b577bf2 100644
--- a/Python/get-pip.py
+++ b/FOSS/Python/get-pip.py
diff --git a/Python/get-pip.py.LICENSE b/FOSS/Python/get-pip.py.LICENSE
index cc519eb..cc519eb 100644
--- a/Python/get-pip.py.LICENSE
+++ b/FOSS/Python/get-pip.py.LICENSE
diff --git a/Python/libcrypto-1_1.dll b/FOSS/Python/libcrypto-1_1.dll
index 6610e7b..6610e7b 100644
--- a/Python/libcrypto-1_1.dll
+++ b/FOSS/Python/libcrypto-1_1.dll
Binary files differ
diff --git a/Python/libffi-7.dll b/FOSS/Python/libffi-7.dll
index 8fd2e5e..8fd2e5e 100644
--- a/Python/libffi-7.dll
+++ b/FOSS/Python/libffi-7.dll
Binary files differ
diff --git a/Python/libssl-1_1.dll b/FOSS/Python/libssl-1_1.dll
index 5c74668..5c74668 100644
--- a/Python/libssl-1_1.dll
+++ b/FOSS/Python/libssl-1_1.dll
Binary files differ
diff --git a/Python/pyexpat.pyd b/FOSS/Python/pyexpat.pyd
index f3edf63..f3edf63 100644
--- a/Python/pyexpat.pyd
+++ b/FOSS/Python/pyexpat.pyd
Binary files differ
diff --git a/Python/python.cat b/FOSS/Python/python.cat
index 7018ada..7018ada 100644
--- a/Python/python.cat
+++ b/FOSS/Python/python.cat
Binary files differ
diff --git a/Python/python.exe b/FOSS/Python/python.exe
index 46b1d8f..46b1d8f 100644
--- a/Python/python.exe
+++ b/FOSS/Python/python.exe
Binary files differ
diff --git a/Python/python3.dll b/FOSS/Python/python3.dll
index 397fca0..397fca0 100644
--- a/Python/python3.dll
+++ b/FOSS/Python/python3.dll
Binary files differ
diff --git a/Python/python310._pth b/FOSS/Python/python310._pth
index 91fe233..91fe233 100644
--- a/Python/python310._pth
+++ b/FOSS/Python/python310._pth
diff --git a/Python/python310.dll b/FOSS/Python/python310.dll
index 7664a17..7664a17 100644
--- a/Python/python310.dll
+++ b/FOSS/Python/python310.dll
Binary files differ
diff --git a/Python/python310.zip b/FOSS/Python/python310.zip
index b75fa7c..b75fa7c 100644
--- a/Python/python310.zip
+++ b/FOSS/Python/python310.zip
Binary files differ
diff --git a/Python/pythonw.exe b/FOSS/Python/pythonw.exe
index bd3a6e9..bd3a6e9 100644
--- a/Python/pythonw.exe
+++ b/FOSS/Python/pythonw.exe
Binary files differ
diff --git a/Python/select.pyd b/FOSS/Python/select.pyd
index cf0523f..cf0523f 100644
--- a/Python/select.pyd
+++ b/FOSS/Python/select.pyd
Binary files differ
diff --git a/Python/sqlite3.dll b/FOSS/Python/sqlite3.dll
index 0c04e6c..0c04e6c 100644
--- a/Python/sqlite3.dll
+++ b/FOSS/Python/sqlite3.dll
Binary files differ
diff --git a/Python/unicodedata.pyd b/FOSS/Python/unicodedata.pyd
index a8a55fc..a8a55fc 100644
--- a/Python/unicodedata.pyd
+++ b/FOSS/Python/unicodedata.pyd
Binary files differ
diff --git a/Python/vcruntime140.dll b/FOSS/Python/vcruntime140.dll
index 6eedbc3..6eedbc3 100644
--- a/Python/vcruntime140.dll
+++ b/FOSS/Python/vcruntime140.dll
Binary files differ
diff --git a/Python/vcruntime140_1.dll b/FOSS/Python/vcruntime140_1.dll
index 6d9bbe8..6d9bbe8 100644
--- a/Python/vcruntime140_1.dll
+++ b/FOSS/Python/vcruntime140_1.dll
Binary files differ
diff --git a/Python/winsound.pyd b/FOSS/Python/winsound.pyd
index dced2ba..dced2ba 100644
--- a/Python/winsound.pyd
+++ b/FOSS/Python/winsound.pyd
Binary files differ
diff --git a/GUI/.gitignore b/GUI/.gitignore
index b847faa..45ea261 100644
--- a/GUI/.gitignore
+++ b/GUI/.gitignore
@@ -1,3 +1,6 @@
# ignore generated package files
TaSTT
TaSTT.zip
+
+# ignore net-fetched dependencies
+PortableGit*
diff --git a/GUI/package.ps1 b/GUI/package.ps1
index 0941196..c1109c5 100644
--- a/GUI/package.ps1
+++ b/GUI/package.ps1
@@ -4,13 +4,33 @@ if (Test-Path $install_dir) {
rm -Recurse $install_dir
}
+$git_dir = "PortableGit"
+
+if (-Not (Test-Path $git_dir)) {
+ echo "Fetching PortableGit"
+
+ # When it's time to update this, get the latest version from here:
+ # https://git-scm.com/download/win
+ $GIT_2_39_0_URL = "https://github.com/git-for-windows/git/releases/download/v2.39.0.windows.2/PortableGit-2.39.0.2-64-bit.7z.exe"
+ $GIT_URL = $GIT_2_39_0_URL
+ $GIT_FILE = $(Split-Path -Path $GIT_URL -Leaf)
+
+ if (-Not (Test-Path $GIT_FILE)) {
+ Invoke-WebRequest $GIT_URL -OutFile $GIT_FILE
+ }
+ & "./$GIT_FILE"
+
+ Read-Host -Prompt "Press enter once PortableGit is installed at $pwd\PortableGit"
+}
+
mkdir $install_dir > $null
mkdir $install_dir/Resources > $null
cp -Recurse ../Animations TaSTT/Resources/Animations
mkdir TaSTT/Resources/Fonts
cp -Recurse ../Fonts/Bitmaps TaSTT/Resources/Fonts/Bitmaps
cp -Recurse ../Images TaSTT/Resources/Images
-cp -Recurse ../Python TaSTT/Resources/Python
+cp -Recurse ../FOSS/Python TaSTT/Resources/Python
+cp -Recurse PortableGit TaSTT/Resources/PortableGit
cp -Recurse ../Scripts TaSTT/Resources/Scripts
cp -Recurse ../Shaders TaSTT/Resources/Shaders
cp -Recurse ../Sounds TaSTT/Resources/Sounds