changeset 30366:038547a14d85

protocol: drop unused import of zlib Something weird is happening that breaks pyflakes installed via 'pip install --user'. I haven't had a chance to finish debugging this, but this at least fixes the build.
author Augie Fackler <augie@google.com>
date Thu, 10 Nov 2016 15:14:05 -0500
parents 5564fcd031df
children e193870eb680
files mercurial/hgweb/protocol.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb/protocol.py	Tue Nov 08 22:41:45 2016 +0900
+++ b/mercurial/hgweb/protocol.py	Thu Nov 10 15:14:05 2016 -0500
@@ -8,7 +8,6 @@
 from __future__ import absolute_import
 
 import cgi
-import zlib
 
 from .common import (
     HTTP_OK,