From: Guido van Rossum Date: Thu, 6 Nov 1997 15:41:23 +0000 (+0000) Subject: Add __init__.py to test package. X-Git-Tag: v1.5b1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f849291e2be019aa9976447ffc3b91033eeb37a8;p=python Add __init__.py to test package. --- diff --git a/Lib/test/__init__.py b/Lib/test/__init__.py new file mode 100644 index 0000000000..b93054b3ec --- /dev/null +++ b/Lib/test/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package.