diff options
author | Guido van Rossum <guido@python.org> | 1999-04-10 14:00:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-10 14:00:28 (GMT) |
commit | dcb0a57874400a698999034996dc7623da777499 (patch) | |
tree | b6ddbbede17837079a34a92469c60bab65c6caf8 /Tools/pynche | |
parent | bfb092eb86065cfe5019b2429ebcc0bc6247e80e (diff) | |
download | cpython-dcb0a57874400a698999034996dc7623da777499.zip cpython-dcb0a57874400a698999034996dc7623da777499.tar.gz cpython-dcb0a57874400a698999034996dc7623da777499.tar.bz2 |
Avoid totally empty files.
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/pynche/__init__.py b/Tools/pynche/__init__.py index e69de29..b93054b 100644 --- a/Tools/pynche/__init__.py +++ b/Tools/pynche/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package. |