# HG changeset patch # User Augie Fackler # Date 2016-11-10 20:14:05 # Node ID 038547a14d850f14ecd2671852093dc07848a134 # Parent 5564fcd031df482d4fe4eb50d959878f55bc960d 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. diff --git a/mercurial/hgweb/protocol.py b/mercurial/hgweb/protocol.py --- a/mercurial/hgweb/protocol.py +++ b/mercurial/hgweb/protocol.py @@ -8,7 +8,6 @@ from __future__ import absolute_import import cgi -import zlib from .common import ( HTTP_OK,