summaryrefslogtreecommitdiff
path: root/tests/modules/namespace_420/sub1/__init__.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-05-04 21:18:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-05-04 21:18:43 -0400
commit403e51068a123733740a094e40cdd31ceb5e7c61 (patch)
treea27d665d77aeea97cec1d45e932347969dbc1930 /tests/modules/namespace_420/sub1/__init__.py
parent67f905e4b7002d71d7ab33b87089a876eb4ef66c (diff)
downloadpython-coveragepy-git-403e51068a123733740a094e40cdd31ceb5e7c61.tar.gz
Don't warn that namespace packages have no code. #572
--HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333
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 00000000..94bb2959
--- /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"