summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-08-23 22:23:50 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-08-23 22:23:50 (GMT)
commit133250c5b24266f65e7cd6c0bf1807efbe62bc02 (patch)
treecc9e40a400767c5c8f48537af0dfb691b4ef3c5c /Lib
parentb51b1345bd520d43b62f0b04a36c67010202c228 (diff)
parentf2d9ee67e13b0210a145028a2f2724cd687e7d9b (diff)
downloadcpython-133250c5b24266f65e7cd6c0bf1807efbe62bc02.zip
cpython-133250c5b24266f65e7cd6c0bf1807efbe62bc02.tar.gz
cpython-133250c5b24266f65e7cd6c0bf1807efbe62bc02.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 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):