summaryrefslogtreecommitdiff
path: root/lib/spack/external/_pytest/freeze_support.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/external/_pytest/freeze_support.py')
-rw-r--r--lib/spack/external/_pytest/freeze_support.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/spack/external/_pytest/freeze_support.py b/lib/spack/external/_pytest/freeze_support.py
index b27f59d74a..97147a8825 100644
--- a/lib/spack/external/_pytest/freeze_support.py
+++ b/lib/spack/external/_pytest/freeze_support.py
@@ -2,9 +2,7 @@
Provides a function to report all internal modules for using freezing tools
pytest
"""
-
-def pytest_namespace():
- return {'freeze_includes': freeze_includes}
+from __future__ import absolute_import, division, print_function
def freeze_includes():