summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r--Lib/idlelib/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
index 90a4692..62f4cce 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -270,7 +270,7 @@ class MyHandler(rpc.RPCHandler):
thread.interrupt_main()
-class Executive:
+class Executive(object):
def __init__(self, rpchandler):
self.rpchandler = rpchandler