diff -r b485a4459d96 -r a3aa97171546 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Tue Dec 26 03:16:54 2006 +0100 +++ b/mercurial/hgweb/hgweb_mod.py Tue Dec 26 03:17:34 2006 +0100 @@ -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 _