summaryrefslogtreecommitdiff
path: root/paste/modpython.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-05 03:18:34 +0000
committerpjenvey <devnull@localhost>2007-01-05 03:18:34 +0000
commitc3489449893fc6facc58dd06a2ea13091d9096fa (patch)
tree94c8bd85450992880b8796ab592896c56d69e69c /paste/modpython.py
parentdc929a2a6569b1ec4d30e5ba4f3741c07c47b4ce (diff)
downloadpaste-c3489449893fc6facc58dd06a2ea13091d9096fa.tar.gz
convert old-style classes to new-style classes
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