summaryrefslogtreecommitdiff
path: root/tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py')
-rw-r--r--tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py b/tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py
index de40ea7c..5284146e 100644
--- a/tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py
+++ b/tests/unit/example_projects/namespaces/pkg_resource/root/__init__.py
@@ -1 +1 @@
-__import__('pkg_resources').declare_namespace(__name__)
+__import__("pkg_resources").declare_namespace(__name__)