summaryrefslogtreecommitdiff
path: root/paste/gzipper.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-05-17 03:06:22 +0000
committerianb <devnull@localhost>2005-05-17 03:06:22 +0000
commited51c888895583a856f40ce951c0c131a26f9ca3 (patch)
tree8f56068ec37a20406eab36c1f4a86ff233a5ddb8 /paste/gzipper.py
parenta3ce49f606ece7bfc639a7d27fa6a4c50b0b8b37 (diff)
downloadpaste-ed51c888895583a856f40ce951c0c131a26f9ca3.tar.gz
A bunch of pylint-inspired changes; all minor code cleanup
Diffstat (limited to 'paste/gzipper.py')
-rw-r--r--paste/gzipper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/gzipper.py b/paste/gzipper.py
index 3bf42bb..50e9e48 100644
--- a/paste/gzipper.py
+++ b/paste/gzipper.py
@@ -5,7 +5,6 @@ Gzip-encodes the response.
"""
import gzip
-from cStringIO import StringIO
import wsgilib
class GzipOutput(object):