summaryrefslogtreecommitdiff
path: root/tests/modules/namespace_420/sub1/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/namespace_420/sub1/__init__.py')
-rw-r--r--tests/modules/namespace_420/sub1/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/modules/namespace_420/sub1/__init__.py b/tests/modules/namespace_420/sub1/__init__.py
new file mode 100644
index 0000000..94bb295
--- /dev/null
+++ b/tests/modules/namespace_420/sub1/__init__.py
@@ -0,0 +1,4 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
+sub1 = "namespace_420 sub1"