summaryrefslogtreecommitdiff
path: root/paste/modpython.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/modpython.py')
-rw-r--r--paste/modpython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/modpython.py b/paste/modpython.py
index 189e29a..a3fef55 100644
--- a/paste/modpython.py
+++ b/paste/modpython.py
@@ -102,7 +102,7 @@ bad_value = ("You must provide a PythonOption '%s', either 'on' or 'off', "
"when running a version of mod_python < 3.1")
-class Handler:
+class Handler(object):
def __init__(self, req):
self.started = False