hgweb: fix unused import

This commit is contained in:
Benoit Boissinot 2006-12-26 03:17:34 +01:00
parent 49c4016ea6
commit e0f69e934d

View File

@ -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 _