summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-08-23 22:20:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-08-23 22:20:00 (GMT)
commit4426870275f0b12bc9b0d56de761505098dd172b (patch)
tree2225779197bf514e52548aee3c4b3f62445e4b40 /Lib
parent62990a42aee40022cb860fc303e0d9bfbbc2cb62 (diff)
parent855a1e9d6b29dc993bf21e561c03b9188f302534 (diff)
downloadcpython-4426870275f0b12bc9b0d56de761505098dd172b.zip
cpython-4426870275f0b12bc9b0d56de761505098dd172b.tar.gz
cpython-4426870275f0b12bc9b0d56de761505098dd172b.tar.bz2
Merge heads.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/ColorDelegator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/ColorDelegator.py b/Lib/idlelib/ColorDelegator.py
index 626cef3..71455eb 100644
--- a/Lib/idlelib/ColorDelegator.py
+++ b/Lib/idlelib/ColorDelegator.py
@@ -41,7 +41,6 @@ class ColorDelegator(Delegator):
Delegator.__init__(self)
self.prog = prog
self.idprog = idprog
- self.asprog = asprog
self.LoadTagDefs()
def setdelegate(self, delegate):