summaryrefslogtreecommitdiff
path: root/wsgitools/scgi/__init__.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-01-06 18:38:58 +0100
committerHelmut Grohne <helmut@subdivi.de>2014-01-06 18:38:58 +0100
commit42f5ccf09799d3e475eb996b023a0daabae49cdb (patch)
tree91f7407adf98014a5f5652a94ba4e1f16af3e8d2 /wsgitools/scgi/__init__.py
parented6d6c8f06404489ba2301955c8e6f82f8f4f454 (diff)
downloadwsgitools-42f5ccf09799d3e475eb996b023a0daabae49cdb.tar.gz
switch to new-style classes entirely
There is no reason to use old-style classes beyond laziness.
Diffstat (limited to 'wsgitools/scgi/__init__.py')
-rw-r--r--wsgitools/scgi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgitools/scgi/__init__.py b/wsgitools/scgi/__init__.py
index cbe7a80..898fd61 100644
--- a/wsgitools/scgi/__init__.py
+++ b/wsgitools/scgi/__init__.py
@@ -7,7 +7,7 @@ except ImportError:
else:
have_sendfile = True
-class FileWrapper:
+class FileWrapper(object):
"""
@ivar offset: Initially 0. Becomes -1 when reading using next and
becomes positive when reading using next. In the latter case it