diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-08-19 23:47:38 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-08-19 23:47:38 (GMT) |
commit | 37ed873ac2b123922e69a502c3093926ec9929dd (patch) | |
tree | 1c302d51478859c98e67c14b23c27fc11a56822a /Lib/idlelib | |
parent | c1a723a0b300f036ba76c0370374ee2e455c2c52 (diff) | |
download | cpython-37ed873ac2b123922e69a502c3093926ec9929dd.zip cpython-37ed873ac2b123922e69a502c3093926ec9929dd.tar.gz cpython-37ed873ac2b123922e69a502c3093926ec9929dd.tar.bz2 |
Idle ColorDelegator: finish removing code for 'as'.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/ColorDelegator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/ColorDelegator.py b/Lib/idlelib/ColorDelegator.py index 70a933a..22bb22f 100644 --- a/Lib/idlelib/ColorDelegator.py +++ b/Lib/idlelib/ColorDelegator.py @@ -39,7 +39,6 @@ class ColorDelegator(Delegator): Delegator.__init__(self) self.prog = prog self.idprog = idprog - self.asprog = asprog self.LoadTagDefs() def setdelegate(self, delegate): |