diff options
author | Guido van Rossum <guido@python.org> | 1996-10-08 14:14:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-08 14:14:49 (GMT) |
commit | a4a75278d900e35843d137bd5119c535bb7a8efa (patch) | |
tree | d98b596a7e963a7732aa9eaa26c0835fd4fb0225 /Lib/Bastion.py | |
parent | b8cc6ae5a1e8e548c8c2619e20fb1898ab2521f5 (diff) | |
download | cpython-a4a75278d900e35843d137bd5119c535bb7a8efa.zip cpython-a4a75278d900e35843d137bd5119c535bb7a8efa.tar.gz cpython-a4a75278d900e35843d137bd5119c535bb7a8efa.tar.bz2 |
Removed RCS crud from official Python release version.
Diffstat (limited to 'Lib/Bastion.py')
-rw-r--r-- | Lib/Bastion.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/Bastion.py b/Lib/Bastion.py index cb54be9..9411ff9 100644 --- a/Lib/Bastion.py +++ b/Lib/Bastion.py @@ -26,9 +26,6 @@ bastion is created. """ -__version__ = '$Revision$' -# $Source$ - from types import MethodType |