diff options
author | Guido van Rossum <guido@python.org> | 1997-11-06 15:41:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-06 15:41:23 (GMT) |
commit | f849291e2be019aa9976447ffc3b91033eeb37a8 (patch) | |
tree | 0e904d78ecf25ba6f19a9654e0e6436c59b0cf50 /Lib/test | |
parent | 6ae21ad68728b4302f100db86f1c57635cac83e0 (diff) | |
download | cpython-f849291e2be019aa9976447ffc3b91033eeb37a8.zip cpython-f849291e2be019aa9976447ffc3b91033eeb37a8.tar.gz cpython-f849291e2be019aa9976447ffc3b91033eeb37a8.tar.bz2 |
Add __init__.py to test package.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/__init__.py b/Lib/test/__init__.py new file mode 100644 index 0000000..b93054b --- /dev/null +++ b/Lib/test/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package. |