changeset 3974:a3aa97171546

hgweb: fix unused import
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 26 Dec 2006 03:17:34 +0100
parents b485a4459d96
children 7b1fce1d5e71
files mercurial/hgweb/hgweb_mod.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 _