# HG changeset patch # User Benoit Boissinot # Date 1167099454 -3600 # Node ID a3aa97171546ec75cbde32f9b12dd3efe1557f40 # Parent b485a4459d963318ef3b81afbb619eb387d3ff7c hgweb: fix unused import diff --git a/mercurial/hgweb/hgweb_mod.py b/mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py +++ b/mercurial/hgweb/hgweb_mod.py @@ -6,7 +6,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -import os, mimetypes, re, zlib, ConfigParser, mimetools, cStringIO, sys +import os, mimetypes, re, zlib, mimetools, cStringIO, sys import tempfile, urllib, bz2 from mercurial.node import * from mercurial.i18n import gettext as _