diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efd2000 --- /dev/null +++ b/.gitignore @@ -0,0 +1,208 @@ +# Created by https://www.toptal.com/developers/gitignore/api/vim +# Edit at https://www.toptal.com/developers/gitignore?templates=vim + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/vim +# Created by https://www.toptal.com/developers/gitignore/api/python +# Edit at https://www.toptal.com/developers/gitignore?templates=python + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + +# End of https://www.toptal.com/developers/gitignore/api/python +# Created by https://www.toptal.com/developers/gitignore/api/vscode +# Edit at https://www.toptal.com/developers/gitignore?templates=vscode + +#!! ERROR: vscode is undefined. Use list command to see defined gitignore types !!# + +# End of https://www.toptal.com/developers/gitignore/api/vscode +tags diff --git a/GAVOCoverage/__init__.pyc b/GAVOCoverage/__init__.pyc deleted file mode 100644 index 9aac672..0000000 Binary files a/GAVOCoverage/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/__pycache__/__init__.cpython-35.pyc b/GAVOCoverage/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 9f4ae93..0000000 Binary files a/GAVOCoverage/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/GAVOCoverage/__pycache__/__init__.cpython-37.pyc b/GAVOCoverage/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 16a59e4..0000000 Binary files a/GAVOCoverage/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/GAVOCoverage/__pycache__/gavo_coverage.cpython-37.pyc b/GAVOCoverage/__pycache__/gavo_coverage.cpython-37.pyc deleted file mode 100644 index c5a02c4..0000000 Binary files a/GAVOCoverage/__pycache__/gavo_coverage.cpython-37.pyc and /dev/null differ diff --git a/GAVOCoverage/__pycache__/gavo_coverage_dialog.cpython-37.pyc b/GAVOCoverage/__pycache__/gavo_coverage_dialog.cpython-37.pyc deleted file mode 100644 index 51b3631..0000000 Binary files a/GAVOCoverage/__pycache__/gavo_coverage_dialog.cpython-37.pyc and /dev/null differ diff --git a/GAVOCoverage/__pycache__/resources.cpython-37.pyc b/GAVOCoverage/__pycache__/resources.cpython-37.pyc deleted file mode 100644 index 983cc59..0000000 Binary files a/GAVOCoverage/__pycache__/resources.cpython-37.pyc and /dev/null differ diff --git a/GAVOCoverage/bak/resources.pyc b/GAVOCoverage/bak/resources.pyc deleted file mode 100644 index 3d46b2d..0000000 Binary files a/GAVOCoverage/bak/resources.pyc and /dev/null differ diff --git a/GAVOCoverage/gavo_coverage.py b/GAVOCoverage/gavo_coverage.py index e7cb67d..3ec0236 100644 --- a/GAVOCoverage/gavo_coverage.py +++ b/GAVOCoverage/gavo_coverage.py @@ -35,7 +35,7 @@ from .gavo_coverage_dialog import GAVOCoverageDialog import os.path from osgeo import osr, gdal # needed for projecting the raster cube -from gdalconst import * #Gdal constants. Seems to require char values... substituting an int doesnt work :( +from osgeo.gdalconst import * #Gdal constants. Seems to require char values... substituting an int doesnt work :( #import os.path import threading, time from qgis.core import * diff --git a/GAVOCoverage/gavo_coverage.pyc b/GAVOCoverage/gavo_coverage.pyc deleted file mode 100644 index 8f92114..0000000 Binary files a/GAVOCoverage/gavo_coverage.pyc and /dev/null differ diff --git a/GAVOCoverage/gavo_coverage_dialog.pyc b/GAVOCoverage/gavo_coverage_dialog.pyc deleted file mode 100644 index c535aae..0000000 Binary files a/GAVOCoverage/gavo_coverage_dialog.pyc and /dev/null differ diff --git a/GAVOCoverage/resources.pyc b/GAVOCoverage/resources.pyc deleted file mode 100644 index 3d46b2d..0000000 Binary files a/GAVOCoverage/resources.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/UserDict.pyc b/GAVOCoverage/temp-python/lib/python2.7/UserDict.pyc deleted file mode 100644 index 5ba4940..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/UserDict.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/_abcoll.pyc b/GAVOCoverage/temp-python/lib/python2.7/_abcoll.pyc deleted file mode 100644 index bbbc463..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/_abcoll.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/_weakrefset.pyc b/GAVOCoverage/temp-python/lib/python2.7/_weakrefset.pyc deleted file mode 100644 index 4045ef2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/_weakrefset.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/abc.pyc b/GAVOCoverage/temp-python/lib/python2.7/abc.pyc deleted file mode 100644 index 1061727..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/abc.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/codecs.pyc b/GAVOCoverage/temp-python/lib/python2.7/codecs.pyc deleted file mode 100644 index f029fd4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/codecs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/copy_reg.pyc b/GAVOCoverage/temp-python/lib/python2.7/copy_reg.pyc deleted file mode 100644 index f86ad56..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/copy_reg.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/distutils/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/distutils/__init__.pyc deleted file mode 100644 index feb5864..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/distutils/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/fnmatch.pyc b/GAVOCoverage/temp-python/lib/python2.7/fnmatch.pyc deleted file mode 100644 index e56ab89..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/fnmatch.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/genericpath.pyc b/GAVOCoverage/temp-python/lib/python2.7/genericpath.pyc deleted file mode 100644 index 6842bd8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/genericpath.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/linecache.pyc b/GAVOCoverage/temp-python/lib/python2.7/linecache.pyc deleted file mode 100644 index 09eb2ea..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/linecache.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/locale.pyc b/GAVOCoverage/temp-python/lib/python2.7/locale.pyc deleted file mode 100644 index b902e8b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/locale.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/os.pyc b/GAVOCoverage/temp-python/lib/python2.7/os.pyc deleted file mode 100644 index 8b50e1d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/os.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/posixpath.pyc b/GAVOCoverage/temp-python/lib/python2.7/posixpath.pyc deleted file mode 100644 index 6ea249a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/posixpath.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/re.pyc b/GAVOCoverage/temp-python/lib/python2.7/re.pyc deleted file mode 100644 index 0e15fd7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/re.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/easy_install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/easy_install.pyc deleted file mode 100644 index 39fabff..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/easy_install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__init__.pyc deleted file mode 100644 index 37b83fa..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__main__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__main__.pyc deleted file mode 100644 index c6aa7dd..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/__main__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/__init__.pyc deleted file mode 100644 index e41ac57..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/appdirs.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/appdirs.pyc deleted file mode 100644 index 9dc5bc8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/appdirs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/__init__.pyc deleted file mode 100644 index da08726..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/_cmd.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/_cmd.pyc deleted file mode 100644 index 116e7ad..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/_cmd.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.pyc deleted file mode 100644 index d29b9ca..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/adapter.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/cache.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/cache.pyc deleted file mode 100644 index b5217b4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/cache.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc deleted file mode 100644 index e6d44ea..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc deleted file mode 100644 index 85a58e0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc deleted file mode 100644 index dc9ee42..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/compat.pyc deleted file mode 100644 index 6d072a9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.pyc deleted file mode 100644 index f62ffbd..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc deleted file mode 100644 index 241623d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/heuristics.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/heuristics.pyc deleted file mode 100644 index b0b7a2b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/heuristics.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.pyc deleted file mode 100644 index c0e3169..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/wrapper.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/wrapper.pyc deleted file mode 100644 index 8669b31..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/cachecontrol/wrapper.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.pyc deleted file mode 100644 index c7903fd..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.pyc deleted file mode 100644 index 0f1a3ca..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.pyc deleted file mode 100644 index 2947e78..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.pyc deleted file mode 100644 index 8e05af6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/win32.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/win32.pyc deleted file mode 100644 index 7709987..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/win32.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.pyc deleted file mode 100644 index a36e96b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.pyc deleted file mode 100644 index e0a2348..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.pyc deleted file mode 100644 index f93ab33..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.pyc deleted file mode 100644 index db869c0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.pyc deleted file mode 100644 index 5fc99cb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.pyc deleted file mode 100644 index 480d5af..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc deleted file mode 100644 index 88ad6b2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/compat.pyc deleted file mode 100644 index b8fe522..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/database.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/database.pyc deleted file mode 100644 index 5927cd6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/database.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/index.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/index.pyc deleted file mode 100644 index a370d3a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/index.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/locators.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/locators.pyc deleted file mode 100644 index 6677e73..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/locators.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.pyc deleted file mode 100644 index 622de8e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/markers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/markers.pyc deleted file mode 100644 index 87a861e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/markers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.pyc deleted file mode 100644 index 7cca391..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/resources.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/resources.pyc deleted file mode 100644 index a605a3a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/resources.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.pyc deleted file mode 100644 index 06ec734..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/util.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/util.pyc deleted file mode 100644 index 89390c6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/util.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/version.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/version.pyc deleted file mode 100644 index 50abb46..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/version.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.pyc deleted file mode 100644 index 2a0a16c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distro.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distro.pyc deleted file mode 100644 index 4b913b4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/distro.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.pyc deleted file mode 100644 index 2986b1c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_ihatexml.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_ihatexml.pyc deleted file mode 100644 index edc6831..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_ihatexml.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_inputstream.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_inputstream.pyc deleted file mode 100644 index 5cfe3c5..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_inputstream.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_tokenizer.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_tokenizer.pyc deleted file mode 100644 index 07628bd..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_tokenizer.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/__init__.pyc deleted file mode 100644 index 2d3681e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/_base.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/_base.pyc deleted file mode 100644 index bf1a335..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/_base.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/datrie.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/datrie.pyc deleted file mode 100644 index 7cd0343..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/datrie.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/py.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/py.pyc deleted file mode 100644 index 8d38f29..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_trie/py.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_utils.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_utils.pyc deleted file mode 100644 index 5993bd3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/_utils.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.pyc deleted file mode 100644 index f60f9db..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.pyc deleted file mode 100644 index 0000a9c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc deleted file mode 100644 index 2367d0f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyc deleted file mode 100644 index 66381be..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/base.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.pyc deleted file mode 100644 index fe4c21c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.pyc deleted file mode 100644 index ac4d8cf..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.pyc deleted file mode 100644 index 5ff2f18..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.pyc deleted file mode 100644 index 852fa60..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.pyc deleted file mode 100644 index d507e00..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.pyc deleted file mode 100644 index 7c9b1f0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer.pyc deleted file mode 100644 index 7a5aef4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.pyc deleted file mode 100644 index f94dd47..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/genshi.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/genshi.pyc deleted file mode 100644 index 1a22b0c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/genshi.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.pyc deleted file mode 100644 index 9a440d4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treeadapters/sax.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc deleted file mode 100644 index ed221c1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/base.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/base.pyc deleted file mode 100644 index db04ef7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/base.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.pyc deleted file mode 100644 index 576fc10..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc deleted file mode 100644 index 239bbc1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc deleted file mode 100644 index 3d66818..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc deleted file mode 100644 index 57f7a6b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyc deleted file mode 100644 index 4e2235f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.pyc deleted file mode 100644 index 69e5e7e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.pyc deleted file mode 100644 index 986f56c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.pyc deleted file mode 100644 index dc11478..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshi.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshi.pyc deleted file mode 100644 index 10b4530..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshi.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ipaddress.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ipaddress.pyc deleted file mode 100644 index bb5be67..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ipaddress.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/__init__.pyc deleted file mode 100644 index fcafcbb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/linklockfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/linklockfile.pyc deleted file mode 100644 index ec35985..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/linklockfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc deleted file mode 100644 index 09d6f26..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/pidlockfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/pidlockfile.pyc deleted file mode 100644 index 8a65c3c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/pidlockfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/sqlitelockfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/sqlitelockfile.pyc deleted file mode 100644 index 8de9d61..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/sqlitelockfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/symlinklockfile.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/symlinklockfile.pyc deleted file mode 100644 index eee2c3f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/lockfile/symlinklockfile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ordereddict.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ordereddict.pyc deleted file mode 100644 index 95023f8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/ordereddict.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__about__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__about__.pyc deleted file mode 100644 index 507b6da..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__about__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__init__.pyc deleted file mode 100644 index bb52b09..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_compat.pyc deleted file mode 100644 index f9e1b17..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_structures.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_structures.pyc deleted file mode 100644 index 1d7e040..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/_structures.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/markers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/markers.pyc deleted file mode 100644 index 135cc90..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/markers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.pyc deleted file mode 100644 index 87157ed..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/requirements.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/specifiers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/specifiers.pyc deleted file mode 100644 index 43018da..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/specifiers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/utils.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/utils.pyc deleted file mode 100644 index 2fe705b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/utils.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/version.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/version.pyc deleted file mode 100644 index 950d2df..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/packaging/version.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.pyc deleted file mode 100644 index a9a60d0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pkg_resources/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/__init__.pyc deleted file mode 100644 index e6c4d75..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/bar.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/bar.pyc deleted file mode 100644 index 166f729..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/bar.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/counter.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/counter.pyc deleted file mode 100644 index 7643b79..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/counter.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/helpers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/helpers.pyc deleted file mode 100644 index 73ea5da..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/helpers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/spinner.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/spinner.pyc deleted file mode 100644 index 82bc829..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/progress/spinner.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pyparsing.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pyparsing.pyc deleted file mode 100644 index 0b3fd16..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/pyparsing.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/re-vendor.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/re-vendor.pyc deleted file mode 100644 index 2f94e38..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/re-vendor.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyc deleted file mode 100644 index 566581b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/adapters.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/adapters.pyc deleted file mode 100644 index b6782ac..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/adapters.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/api.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/api.pyc deleted file mode 100644 index aca1371..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/api.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/auth.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/auth.pyc deleted file mode 100644 index 02c1fc9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/auth.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/certs.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/certs.pyc deleted file mode 100644 index 9edffde..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/certs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/compat.pyc deleted file mode 100644 index b9ef816..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/cookies.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/cookies.pyc deleted file mode 100644 index 53dbd8d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/cookies.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyc deleted file mode 100644 index 802bd0b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/hooks.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/hooks.pyc deleted file mode 100644 index aab8616..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/hooks.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/models.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/models.pyc deleted file mode 100644 index b1884b6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/models.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.pyc deleted file mode 100644 index 928e7eb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.pyc deleted file mode 100644 index 486e611..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.pyc deleted file mode 100644 index a9e31e6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.pyc deleted file mode 100644 index 57bcfb2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.pyc deleted file mode 100644 index bb23abb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.pyc deleted file mode 100644 index f0e1861..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc deleted file mode 100644 index edfd435..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.pyc deleted file mode 100644 index d6d90e8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc deleted file mode 100644 index 0fc479e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.pyc deleted file mode 100644 index faa2e0e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.pyc deleted file mode 100644 index 18f9971..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.pyc deleted file mode 100644 index e9ca41a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.pyc deleted file mode 100644 index dfe31c6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.pyc deleted file mode 100644 index 7c9a70f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.pyc deleted file mode 100644 index 3fd18e8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.pyc deleted file mode 100644 index a0597a6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.pyc deleted file mode 100644 index 27faa9e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.pyc deleted file mode 100644 index 53e704b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.pyc deleted file mode 100644 index abf1048..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.pyc deleted file mode 100644 index 1023054..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.pyc deleted file mode 100644 index 4f29746..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.pyc deleted file mode 100644 index 8934947..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.pyc deleted file mode 100644 index 9222d03..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.pyc deleted file mode 100644 index 0210958..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc deleted file mode 100644 index b13105a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc deleted file mode 100644 index 6df7399..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc deleted file mode 100644 index 0c23de7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc deleted file mode 100644 index 484f79b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc deleted file mode 100644 index 23586ca..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.pyc deleted file mode 100644 index 8145da0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.pyc deleted file mode 100644 index c60a110..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc deleted file mode 100644 index 0bb6acc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc deleted file mode 100644 index 2f48832..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.pyc deleted file mode 100644 index bea6dc7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc deleted file mode 100644 index bd55c8f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc deleted file mode 100644 index 319a310..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.pyc deleted file mode 100644 index d6497b8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.pyc deleted file mode 100644 index a8d1e5e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.pyc deleted file mode 100644 index dee2b25..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.pyc deleted file mode 100644 index 696cf8a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.pyc deleted file mode 100644 index 3dd3c00..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.pyc deleted file mode 100644 index cf52fe3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.pyc deleted file mode 100644 index 24f237d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc deleted file mode 100644 index 4885cd5..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyc deleted file mode 100644 index bcef9c6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc deleted file mode 100644 index 0e84794..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc deleted file mode 100644 index 87e3c27..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.pyc deleted file mode 100644 index 05512c1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.pyc deleted file mode 100644 index da6dee3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.pyc deleted file mode 100644 index dbdad75..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.pyc deleted file mode 100644 index 274ac9a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc deleted file mode 100644 index e96b1b1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc deleted file mode 100644 index 4499c5d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.pyc deleted file mode 100644 index 29bfbfc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc deleted file mode 100644 index d943863..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc deleted file mode 100644 index 2f7657f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.pyc deleted file mode 100644 index 3fb6ffb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.pyc deleted file mode 100644 index 21314fd..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.pyc deleted file mode 100644 index 308fcfc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.pyc deleted file mode 100644 index bc6f17a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.pyc deleted file mode 100644 index 5ce7a58..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.pyc deleted file mode 100644 index 52196a8..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/request.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.pyc deleted file mode 100644 index 251687e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/response.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.pyc deleted file mode 100644 index feb0d15..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc deleted file mode 100644 index c9a8184..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.pyc deleted file mode 100644 index 056761f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.pyc deleted file mode 100644 index 544aa3e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/url.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/sessions.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/sessions.pyc deleted file mode 100644 index 3e9a23a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/sessions.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.pyc deleted file mode 100644 index c093d85..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyc deleted file mode 100644 index 9794bec..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/utils.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/utils.pyc deleted file mode 100644 index bde1670..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/requests/utils.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/retrying.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/retrying.pyc deleted file mode 100644 index 1e66a47..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/retrying.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/six.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/six.pyc deleted file mode 100644 index 5b74dc6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/six.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/__init__.pyc deleted file mode 100644 index 4179131..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/labels.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/labels.pyc deleted file mode 100644 index 4f54238..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/labels.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/mklabels.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/mklabels.pyc deleted file mode 100644 index 4e7ab50..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/mklabels.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/tests.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/tests.pyc deleted file mode 100644 index 44b2c96..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/tests.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/x_user_defined.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/x_user_defined.pyc deleted file mode 100644 index 82d016b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/_vendor/webencodings/x_user_defined.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/basecommand.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/basecommand.pyc deleted file mode 100644 index 3f2bc71..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/basecommand.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/baseparser.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/baseparser.pyc deleted file mode 100644 index 7ac4f4f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/baseparser.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/cmdoptions.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/cmdoptions.pyc deleted file mode 100644 index 25c8103..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/cmdoptions.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/__init__.pyc deleted file mode 100644 index ef4a8bb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/check.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/check.pyc deleted file mode 100644 index aa04561..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/check.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/completion.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/completion.pyc deleted file mode 100644 index 4582909..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/completion.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/download.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/download.pyc deleted file mode 100644 index 7055a31..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/download.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/freeze.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/freeze.pyc deleted file mode 100644 index 612e9b6..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/freeze.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/hash.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/hash.pyc deleted file mode 100644 index fc39391..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/hash.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/help.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/help.pyc deleted file mode 100644 index fde0966..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/help.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/install.pyc deleted file mode 100644 index bc2432f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/list.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/list.pyc deleted file mode 100644 index 2022cb3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/list.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/search.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/search.pyc deleted file mode 100644 index 43a3384..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/search.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/show.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/show.pyc deleted file mode 100644 index 93ed5eb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/show.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/uninstall.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/uninstall.pyc deleted file mode 100644 index 0c4d731..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/uninstall.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/wheel.pyc deleted file mode 100644 index a27cf58..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/commands/wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/__init__.pyc deleted file mode 100644 index 00ff9e3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/dictconfig.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/dictconfig.pyc deleted file mode 100644 index 374ad46..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/compat/dictconfig.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/download.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/download.pyc deleted file mode 100644 index e69c23d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/download.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/exceptions.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/exceptions.pyc deleted file mode 100644 index 56b5ba2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/exceptions.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/index.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/index.pyc deleted file mode 100644 index c912c62..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/index.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/locations.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/locations.pyc deleted file mode 100644 index d66f0ad..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/locations.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/__init__.pyc deleted file mode 100644 index f2e37de..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/index.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/index.pyc deleted file mode 100644 index e8626af..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/models/index.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/__init__.pyc deleted file mode 100644 index 5fb89d7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/check.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/check.pyc deleted file mode 100644 index fe49496..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/check.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/freeze.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/freeze.pyc deleted file mode 100644 index 1798f31..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/operations/freeze.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/pep425tags.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/pep425tags.pyc deleted file mode 100644 index d0cc487..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/pep425tags.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/__init__.pyc deleted file mode 100644 index 4233d80..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_file.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_file.pyc deleted file mode 100644 index 4ec6439..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_file.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_install.pyc deleted file mode 100644 index ba99437..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_set.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_set.pyc deleted file mode 100644 index 4f062fa..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_set.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_uninstall.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_uninstall.pyc deleted file mode 100644 index 54d20f2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/req/req_uninstall.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/status_codes.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/status_codes.pyc deleted file mode 100644 index 4f0d667..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/status_codes.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/__init__.pyc deleted file mode 100644 index a33aa4d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/appdirs.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/appdirs.pyc deleted file mode 100644 index fd0a9f9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/appdirs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/build.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/build.pyc deleted file mode 100644 index 714219e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/build.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/deprecation.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/deprecation.pyc deleted file mode 100644 index ee85b51..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/deprecation.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/encoding.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/encoding.pyc deleted file mode 100644 index 7a8a062..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/encoding.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/filesystem.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/filesystem.pyc deleted file mode 100644 index ca60cdf..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/filesystem.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/glibc.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/glibc.pyc deleted file mode 100644 index ad97521..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/glibc.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/hashes.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/hashes.pyc deleted file mode 100644 index f71c28f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/hashes.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/logging.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/logging.pyc deleted file mode 100644 index bcf3401..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/logging.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/outdated.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/outdated.pyc deleted file mode 100644 index a2aa465..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/outdated.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/packaging.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/packaging.pyc deleted file mode 100644 index 51f66a3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/packaging.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/setuptools_build.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/setuptools_build.pyc deleted file mode 100644 index 8d21865..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/setuptools_build.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/ui.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/ui.pyc deleted file mode 100644 index 04534e2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/utils/ui.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/__init__.pyc deleted file mode 100644 index 0d8b287..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/bazaar.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/bazaar.pyc deleted file mode 100644 index 2567e7c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/bazaar.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/git.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/git.pyc deleted file mode 100644 index 9f205a9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/git.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/mercurial.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/mercurial.pyc deleted file mode 100644 index 6a5769c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/mercurial.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/subversion.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/subversion.pyc deleted file mode 100644 index 38c477d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/vcs/subversion.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/wheel.pyc deleted file mode 100644 index 2bc68a7..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pip/wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/__init__.pyc deleted file mode 100644 index bf26b63..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.pyc deleted file mode 100644 index 9aa8d47..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/appdirs.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/appdirs.pyc deleted file mode 100644 index 8888f9d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/appdirs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.pyc deleted file mode 100644 index ded6909..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.pyc deleted file mode 100644 index ae72187..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyc deleted file mode 100644 index d56576b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.pyc deleted file mode 100644 index 2f8104d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/markers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/markers.pyc deleted file mode 100644 index 3f5bb1e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/markers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/requirements.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/requirements.pyc deleted file mode 100644 index e20d5b4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/requirements.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc deleted file mode 100644 index 18a5ddc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/utils.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/utils.pyc deleted file mode 100644 index 58dfd1c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/utils.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.pyc deleted file mode 100644 index c3c8047..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.pyc deleted file mode 100644 index 90710ee..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/six.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/six.pyc deleted file mode 100644 index 623cf33..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/_vendor/six.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/extern/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/extern/__init__.pyc deleted file mode 100644 index b2999b5..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/extern/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/py31compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/py31compat.pyc deleted file mode 100644 index 9a4bfdc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/pkg_resources/py31compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/__init__.pyc deleted file mode 100644 index 78a15d0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/archive_util.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/archive_util.pyc deleted file mode 100644 index 93c9e81..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/archive_util.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/build_meta.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/build_meta.pyc deleted file mode 100644 index 9154d5a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/build_meta.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/__init__.pyc deleted file mode 100644 index 80bb818..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/alias.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/alias.pyc deleted file mode 100644 index 9a6e6cc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/alias.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_egg.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_egg.pyc deleted file mode 100644 index 8114bbf..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_egg.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyc deleted file mode 100644 index 3b89882..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_wininst.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_wininst.pyc deleted file mode 100644 index f833c92..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/bdist_wininst.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_clib.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_clib.pyc deleted file mode 100644 index 993df7e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_clib.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_ext.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_ext.pyc deleted file mode 100644 index 99a2afa..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_ext.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_py.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_py.pyc deleted file mode 100644 index 2f66f0b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/build_py.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/develop.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/develop.pyc deleted file mode 100644 index e097891..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/develop.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/dist_info.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/dist_info.pyc deleted file mode 100644 index 44ea945..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/dist_info.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/easy_install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/easy_install.pyc deleted file mode 100644 index 73f432d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/easy_install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/egg_info.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/egg_info.pyc deleted file mode 100644 index 6a5eef1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/egg_info.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install.pyc deleted file mode 100644 index e4a2228..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_egg_info.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_egg_info.pyc deleted file mode 100644 index ac67b76..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_egg_info.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_lib.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_lib.pyc deleted file mode 100644 index 0a3094c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_lib.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_scripts.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_scripts.pyc deleted file mode 100644 index b7dbc17..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/install_scripts.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/py36compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/py36compat.pyc deleted file mode 100644 index 6704b34..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/py36compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/register.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/register.pyc deleted file mode 100644 index 9b7bae0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/register.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/rotate.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/rotate.pyc deleted file mode 100644 index 6f19923..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/rotate.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/saveopts.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/saveopts.pyc deleted file mode 100644 index d9ce958..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/saveopts.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/sdist.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/sdist.pyc deleted file mode 100644 index 5ab780d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/sdist.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/setopt.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/setopt.pyc deleted file mode 100644 index 613125b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/setopt.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/test.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/test.pyc deleted file mode 100644 index e68fe1b..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/test.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload.pyc deleted file mode 100644 index 867fe75..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload_docs.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload_docs.pyc deleted file mode 100644 index f8f0cf1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/command/upload_docs.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/config.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/config.pyc deleted file mode 100644 index 668f1bc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/config.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dep_util.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dep_util.pyc deleted file mode 100644 index 6be2a52..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dep_util.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/depends.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/depends.pyc deleted file mode 100644 index 01f9868..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/depends.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dist.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dist.pyc deleted file mode 100644 index 2b336a9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/dist.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extension.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extension.pyc deleted file mode 100644 index 32462e9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extension.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extern/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extern/__init__.pyc deleted file mode 100644 index 6bad915..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/extern/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glibc.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glibc.pyc deleted file mode 100644 index ba759ee..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glibc.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glob.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glob.pyc deleted file mode 100644 index fd1b9bc..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/glob.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/launch.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/launch.pyc deleted file mode 100644 index cca0655..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/launch.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/lib2to3_ex.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/lib2to3_ex.pyc deleted file mode 100644 index 03e7fab..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/lib2to3_ex.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/monkey.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/monkey.pyc deleted file mode 100644 index 6049f59..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/monkey.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/msvc.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/msvc.pyc deleted file mode 100644 index 27e29d3..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/msvc.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/namespaces.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/namespaces.pyc deleted file mode 100644 index d3e3cf1..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/namespaces.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/package_index.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/package_index.pyc deleted file mode 100644 index 4a0c85e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/package_index.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/pep425tags.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/pep425tags.pyc deleted file mode 100644 index bd6cd73..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/pep425tags.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py27compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py27compat.pyc deleted file mode 100644 index 7d911d0..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py27compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py31compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py31compat.pyc deleted file mode 100644 index bc4072c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py31compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py33compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py33compat.pyc deleted file mode 100644 index 8235241..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py33compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py36compat.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py36compat.pyc deleted file mode 100644 index d219d5e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/py36compat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/sandbox.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/sandbox.pyc deleted file mode 100644 index 086ebba..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/sandbox.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/site-patch.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/site-patch.pyc deleted file mode 100644 index 3fd07b2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/site-patch.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/ssl_support.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/ssl_support.pyc deleted file mode 100644 index d4b7f33..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/ssl_support.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/unicode_utils.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/unicode_utils.pyc deleted file mode 100644 index e23b58d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/unicode_utils.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/version.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/version.pyc deleted file mode 100644 index 1de57a9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/version.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/wheel.pyc deleted file mode 100644 index c0b4c16..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/windows_support.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/windows_support.pyc deleted file mode 100644 index ec77638..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/setuptools/windows_support.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__init__.pyc deleted file mode 100644 index 8a6fd51..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__main__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__main__.pyc deleted file mode 100644 index 606b46c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/__main__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/archive.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/archive.pyc deleted file mode 100644 index 0a0b942..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/archive.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/bdist_wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/bdist_wheel.pyc deleted file mode 100644 index 67d632a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/bdist_wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/decorator.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/decorator.pyc deleted file mode 100644 index 7e7a575..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/decorator.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/egg2wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/egg2wheel.pyc deleted file mode 100644 index 3f5f37e..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/egg2wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/install.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/install.pyc deleted file mode 100644 index 337ef67..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/install.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/metadata.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/metadata.pyc deleted file mode 100644 index 889b9d4..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/metadata.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/paths.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/paths.pyc deleted file mode 100644 index 7b9f1ec..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/paths.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pep425tags.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pep425tags.pyc deleted file mode 100644 index 4fe8e60..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pep425tags.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pkginfo.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pkginfo.pyc deleted file mode 100644 index 853c23a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/pkginfo.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/__init__.pyc deleted file mode 100644 index 10dd037..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/djbec.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/djbec.pyc deleted file mode 100644 index bb80690..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/djbec.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/ed25519py.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/ed25519py.pyc deleted file mode 100644 index 29fbe8f..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/ed25519py.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/keys.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/keys.pyc deleted file mode 100644 index b382ad9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/signatures/keys.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/tool/__init__.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/tool/__init__.pyc deleted file mode 100644 index 156a8fb..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/tool/__init__.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/util.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/util.pyc deleted file mode 100644 index eff3ee9..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/util.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/wininst2wheel.pyc b/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/wininst2wheel.pyc deleted file mode 100644 index af9b2a5..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site-packages/wheel/wininst2wheel.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/site.pyc b/GAVOCoverage/temp-python/lib/python2.7/site.pyc deleted file mode 100644 index 36e234d..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/site.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/sre_compile.pyc b/GAVOCoverage/temp-python/lib/python2.7/sre_compile.pyc deleted file mode 100644 index bb0473c..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/sre_compile.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/sre_constants.pyc b/GAVOCoverage/temp-python/lib/python2.7/sre_constants.pyc deleted file mode 100644 index 79526ef..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/sre_constants.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/sre_parse.pyc b/GAVOCoverage/temp-python/lib/python2.7/sre_parse.pyc deleted file mode 100644 index 978964a..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/sre_parse.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/stat.pyc b/GAVOCoverage/temp-python/lib/python2.7/stat.pyc deleted file mode 100644 index 8fb1153..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/stat.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/types.pyc b/GAVOCoverage/temp-python/lib/python2.7/types.pyc deleted file mode 100644 index 069acaa..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/types.pyc and /dev/null differ diff --git a/GAVOCoverage/temp-python/lib/python2.7/warnings.pyc b/GAVOCoverage/temp-python/lib/python2.7/warnings.pyc deleted file mode 100644 index 357ddb2..0000000 Binary files a/GAVOCoverage/temp-python/lib/python2.7/warnings.pyc and /dev/null differ diff --git a/GAVOCoverage/test/__pycache__/__init__.cpython-35.pyc b/GAVOCoverage/test/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 84e814a..0000000 Binary files a/GAVOCoverage/test/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/GAVOImage/__pycache__/__init__.cpython-37.pyc b/GAVOImage/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index ee1fc68..0000000 Binary files a/GAVOImage/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/GAVOImage/__pycache__/gavo_image.cpython-37.pyc b/GAVOImage/__pycache__/gavo_image.cpython-37.pyc deleted file mode 100644 index 9f97e45..0000000 Binary files a/GAVOImage/__pycache__/gavo_image.cpython-37.pyc and /dev/null differ diff --git a/GAVOImage/__pycache__/gavo_image_dialog.cpython-37.pyc b/GAVOImage/__pycache__/gavo_image_dialog.cpython-37.pyc deleted file mode 100644 index 4236fe4..0000000 Binary files a/GAVOImage/__pycache__/gavo_image_dialog.cpython-37.pyc and /dev/null differ diff --git a/GAVOImage/__pycache__/resources.cpython-37.pyc b/GAVOImage/__pycache__/resources.cpython-37.pyc deleted file mode 100644 index 035fbf7..0000000 Binary files a/GAVOImage/__pycache__/resources.cpython-37.pyc and /dev/null differ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e58c53 --- /dev/null +++ b/Makefile @@ -0,0 +1,38 @@ +#see Makefiles in python projects https://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects.html +# default target +.DEFAULT_GOAL := helpcol +############################################################### +# remeber to activate the appropiate virtualenviroment first! # +############################################################### + +############################################################### +# cleaning + +clean-pyc: ## remove all pyc, pyo and __pycache__ + find . -name '*.pyc' -exec rm -rf {} + + find . -name '*.pyo' -exec rm -rf {} + + find . -name '__pycache__' -exec rm -rf {} + + +clean-build: ## clean all build products + rm -rf build/ + rm -rf dist/ + rm -rf *.egg-info + +############################################################### +# testing + +test: clean-pyc ## run clean-pyc and test + py.test --verbose --color=yes + +################################################################################# +# Self Documenting Commands # + +help: ## Show help. Only lines with ": ##" will show up! This is a plain help, requires only grep+sed. + @grep -h "^[A-z].*:.* ## " $(MAKEFILE_LIST) | sed 's/#/>/;s/:/>/' | column -t -s '>' + +helpcol: ## Show help. Only lines with ": ##" will show up! This require columns. Shows: rules(green), targets(red), description. + @(echo "$$(tput bold;tput setaf 6)Available rules>$$(tput sgr0;tput setaf 1) target$$(tput sgr0)>description"; \ + grep -E -h "^[A-z].*:.* ## " $(MAKEFILE_LIST) |\ + sed 's/#/>/;s/:/>/' |\ + sed -E -e 's/([^>]+)\s?>([^>]+)\s?>(.*)/'$$(tput setaf 6)'\1>'$$(tput setaf 1)'\2'$$(tput sgr0)'>\3/' ) |\ + column -t -s '>' | sort diff --git a/VESPA/VESPA.pyc b/VESPA/VESPA.pyc deleted file mode 100644 index ea50d95..0000000 Binary files a/VESPA/VESPA.pyc and /dev/null differ diff --git a/VESPA/__init__.pyc b/VESPA/__init__.pyc deleted file mode 100644 index 8d82b19..0000000 Binary files a/VESPA/__init__.pyc and /dev/null differ diff --git a/VESPA/__pycache__/VESPA.cpython-37.pyc b/VESPA/__pycache__/VESPA.cpython-37.pyc deleted file mode 100644 index 791412e..0000000 Binary files a/VESPA/__pycache__/VESPA.cpython-37.pyc and /dev/null differ diff --git a/VESPA/__pycache__/__init__.cpython-37.pyc b/VESPA/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index bd29c25..0000000 Binary files a/VESPA/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/VESPA/__pycache__/clientRunner.cpython-37.pyc b/VESPA/__pycache__/clientRunner.cpython-37.pyc deleted file mode 100644 index 585dccd..0000000 Binary files a/VESPA/__pycache__/clientRunner.cpython-37.pyc and /dev/null differ diff --git a/VESPA/__pycache__/clientRunnerDialog.cpython-37.pyc b/VESPA/__pycache__/clientRunnerDialog.cpython-37.pyc deleted file mode 100644 index b2e2ec0..0000000 Binary files a/VESPA/__pycache__/clientRunnerDialog.cpython-37.pyc and /dev/null differ diff --git a/VESPA/__pycache__/hubRunner.cpython-37.pyc b/VESPA/__pycache__/hubRunner.cpython-37.pyc deleted file mode 100644 index 3b7a65c..0000000 Binary files a/VESPA/__pycache__/hubRunner.cpython-37.pyc and /dev/null differ diff --git a/VESPA/__pycache__/resources.cpython-37.pyc b/VESPA/__pycache__/resources.cpython-37.pyc deleted file mode 100644 index 8f76d1a..0000000 Binary files a/VESPA/__pycache__/resources.cpython-37.pyc and /dev/null differ diff --git a/VESPA/bak/resources.pyc b/VESPA/bak/resources.pyc deleted file mode 100644 index e4de886..0000000 Binary files a/VESPA/bak/resources.pyc and /dev/null differ diff --git a/VESPA/clientRunner.py b/VESPA/clientRunner.py index 630063e..fd37934 100644 --- a/VESPA/clientRunner.py +++ b/VESPA/clientRunner.py @@ -99,14 +99,12 @@ def getParts(sRegion): return [parts] @staticmethod def makeComplFeat(vot, rowN): - makeFeat = lambda coords, props: {"type":"Feature","geometry": { "type": "Polygon", "coordinates": coords},"properties": props} - #makeMaskEmpty = lambda vot, rowN: [str(q).replace('MASKED','') for q in vot[rowN]] - makeMaskEmpty = lambda vot, rowN: [str(q).replace("b'", "").replace("'","") for q in vot[rowN]] + makeFeat = lambda coords, props: {"type": "Feature", "geometry": { "type": "Polygon", "coordinates": coords }, "properties": props} + makeMaskEmpty = lambda vot, rowN: [str(q).replace("b'", "").replace("'", "") for q in vot[rowN]] sReg = vot['s_region'][rowN] dic = dict(list(zip(vot.colnames, makeMaskEmpty(vot, rowN)))) - return makeFeat(VOTableLoaderHelper.getParts(sReg.decode('ascii')), dic) -# return makeFeat(VOTableLoaderHelper.getParts(sReg), dict(list(zip(vot.colnames, makeMaskEmpty(vot, rowN))))) + return makeFeat(VOTableLoaderHelper.getParts(sReg), dic) class ClientRunner(object): #class ClientRunner(QThread): diff --git a/VESPA/clientRunner.pyc b/VESPA/clientRunner.pyc deleted file mode 100644 index f26cdbd..0000000 Binary files a/VESPA/clientRunner.pyc and /dev/null differ diff --git a/VESPA/clientRunnerDialog.pyc b/VESPA/clientRunnerDialog.pyc deleted file mode 100644 index 245b86a..0000000 Binary files a/VESPA/clientRunnerDialog.pyc and /dev/null differ diff --git a/VESPA/hubRunner.pyc b/VESPA/hubRunner.pyc deleted file mode 100644 index 75b15c7..0000000 Binary files a/VESPA/hubRunner.pyc and /dev/null differ diff --git a/VESPA/resources.pyc b/VESPA/resources.pyc deleted file mode 100644 index e4de886..0000000 Binary files a/VESPA/resources.pyc and /dev/null differ