diff options
author | Guido van Rossum <guido@python.org> | 1996-10-08 14:15:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-08 14:15:25 (GMT) |
commit | 5b1d9bad3266b90d7d37b7f2543d22887c2623c9 (patch) | |
tree | bb726e791b356fe5540cb90326466dae8e267ef7 /Lib/dos-8x3/bastion.py | |
parent | a4a75278d900e35843d137bd5119c535bb7a8efa (diff) | |
download | cpython-5b1d9bad3266b90d7d37b7f2543d22887c2623c9.zip cpython-5b1d9bad3266b90d7d37b7f2543d22887c2623c9.tar.gz cpython-5b1d9bad3266b90d7d37b7f2543d22887c2623c9.tar.bz2 |
Remove RCS crud... Sigh...
Diffstat (limited to 'Lib/dos-8x3/bastion.py')
-rwxr-xr-x | Lib/dos-8x3/bastion.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/dos-8x3/bastion.py b/Lib/dos-8x3/bastion.py index cb54be9..9411ff9 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 |