aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest/py2/_pytest/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/pytest/py2/_pytest/__init__.py')
-rw-r--r--contrib/python/pytest/py2/_pytest/__init__.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/python/pytest/py2/_pytest/__init__.py b/contrib/python/pytest/py2/_pytest/__init__.py
deleted file mode 100644
index 17cc20b615..0000000000
--- a/contrib/python/pytest/py2/_pytest/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- coding: utf-8 -*-
-__all__ = ["__version__"]
-
-try:
- from ._version import version as __version__
-except ImportError:
- # broken installation, we don't even try
- # unknown only works because we do poor mans version compare
- __version__ = "unknown"