summaryrefslogtreecommitdiff
path: root/tests/unit/example_projects/namespaces/pkgutil/root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/example_projects/namespaces/pkgutil/root/__init__.py')
-rw-r--r--tests/unit/example_projects/namespaces/pkgutil/root/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/example_projects/namespaces/pkgutil/root/__init__.py b/tests/unit/example_projects/namespaces/pkgutil/root/__init__.py
index 69e3be50..8db66d3d 100644
--- a/tests/unit/example_projects/namespaces/pkgutil/root/__init__.py
+++ b/tests/unit/example_projects/namespaces/pkgutil/root/__init__.py
@@ -1 +1 @@
-__path__ = __import__('pkgutil').extend_path(__path__, __name__)
+__path__ = __import__("pkgutil").extend_path(__path__, __name__)