diff options
Diffstat (limited to 'Lib/test/namespace_pkgs')
-rw-r--r-- | Lib/test/namespace_pkgs/module_and_file/a_test.py | 1 | ||||
-rw-r--r-- | Lib/test/namespace_pkgs/module_and_file/a_test/empty | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/namespace_pkgs/module_and_file/a_test.py b/Lib/test/namespace_pkgs/module_and_file/a_test.py new file mode 100644 index 0000000..43cbedb --- /dev/null +++ b/Lib/test/namespace_pkgs/module_and_file/a_test.py @@ -0,0 +1 @@ +attr = 'in module' diff --git a/Lib/test/namespace_pkgs/module_and_file/a_test/empty b/Lib/test/namespace_pkgs/module_and_file/a_test/empty new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lib/test/namespace_pkgs/module_and_file/a_test/empty |