From dcb0a57874400a698999034996dc7623da777499 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 10 Apr 1999 14:00:28 +0000 Subject: [PATCH] Avoid totally empty files. --- PC/vc15_lib/_.c | 1 + PC/vc15_w31/_.c | 1 + Tools/pynche/__init__.py | 1 + 3 files changed, 3 insertions(+) diff --git a/PC/vc15_lib/_.c b/PC/vc15_lib/_.c index e69de29bb2d..7e06c94d057 100644 --- a/PC/vc15_lib/_.c +++ b/PC/vc15_lib/_.c @@ -0,0 +1 @@ +/* Dummy */ diff --git a/PC/vc15_w31/_.c b/PC/vc15_w31/_.c index e69de29bb2d..7e06c94d057 100644 --- a/PC/vc15_w31/_.c +++ b/PC/vc15_w31/_.c @@ -0,0 +1 @@ +/* Dummy */ diff --git a/Tools/pynche/__init__.py b/Tools/pynche/__init__.py index e69de29bb2d..b93054b3ecf 100644 --- a/Tools/pynche/__init__.py +++ b/Tools/pynche/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package.