diff options
| author | Guido van Rossum <guido@python.org> | 1996-10-08 14:15:25 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1996-10-08 14:15:25 +0000 |
| commit | 5b1d9bad3266b90d7d37b7f2543d22887c2623c9 (patch) | |
| tree | bb726e791b356fe5540cb90326466dae8e267ef7 | |
| parent | a4a75278d900e35843d137bd5119c535bb7a8efa (diff) | |
| download | cpython-git-5b1d9bad3266b90d7d37b7f2543d22887c2623c9.tar.gz | |
Remove RCS crud... Sigh...
| -rwxr-xr-x | Lib/dos-8x3/bastion.py | 3 | ||||
| -rw-r--r-- | Lib/dos-8x3/mimewrit.py | 3 | ||||
| -rwxr-xr-x | Lib/dos_8x3/bastion.py | 3 | ||||
| -rw-r--r-- | Lib/dos_8x3/mimewrit.py | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/Lib/dos-8x3/bastion.py b/Lib/dos-8x3/bastion.py index cb54be9159..9411ff998d 100755 --- a/Lib/dos-8x3/bastion.py +++ b/Lib/dos-8x3/bastion.py @@ -26,9 +26,6 @@ bastion is created. """ -__version__ = '$Revision$' -# $Source$ - from types import MethodType diff --git a/Lib/dos-8x3/mimewrit.py b/Lib/dos-8x3/mimewrit.py index 6fbcb65f97..29a9933b67 100644 --- a/Lib/dos-8x3/mimewrit.py +++ b/Lib/dos-8x3/mimewrit.py @@ -6,9 +6,6 @@ MimeWriter - the only thing here. """ -__version__ = '$Revision$' -# $Source$ - import string import mimetools diff --git a/Lib/dos_8x3/bastion.py b/Lib/dos_8x3/bastion.py index cb54be9159..9411ff998d 100755 --- a/Lib/dos_8x3/bastion.py +++ b/Lib/dos_8x3/bastion.py @@ -26,9 +26,6 @@ bastion is created. """ -__version__ = '$Revision$' -# $Source$ - from types import MethodType diff --git a/Lib/dos_8x3/mimewrit.py b/Lib/dos_8x3/mimewrit.py index 6fbcb65f97..29a9933b67 100644 --- a/Lib/dos_8x3/mimewrit.py +++ b/Lib/dos_8x3/mimewrit.py @@ -6,9 +6,6 @@ MimeWriter - the only thing here. """ -__version__ = '$Revision$' -# $Source$ - import string import mimetools |
