diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2001-07-13 00:10:02 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2001-07-13 00:10:02 (GMT) |
commit | 628b362886daf07a6dff2e54e42f62db875db1b6 (patch) | |
tree | 12534c4e298842e8f1f4c18305304f9806749a1b /Lib/idlelib/Delegator.py | |
parent | 5291d46755d4007517588145265cbfcc737fd252 (diff) | |
download | cpython-628b362886daf07a6dff2e54e42f62db875db1b6.zip cpython-628b362886daf07a6dff2e54e42f62db875db1b6.tar.gz cpython-628b362886daf07a6dff2e54e42f62db875db1b6.tar.bz2 |
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib/Delegator.py')
-rw-r--r-- | Lib/idlelib/Delegator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/Delegator.py b/Lib/idlelib/Delegator.py index 3665247..6125591 100644 --- a/Lib/idlelib/Delegator.py +++ b/Lib/idlelib/Delegator.py @@ -1,4 +1,3 @@ - class Delegator: # The cache is only used to be able to change delegates! |