mercurial/hgweb/webcommands.py
changeset 5595 b95b2525c6e8
parent 5591 08887121a652
child 5598 d534ba1c4eb4
--- a/mercurial/hgweb/webcommands.py	Sun Dec 02 21:54:56 2007 -0800
+++ b/mercurial/hgweb/webcommands.py	Mon Dec 03 11:58:29 2007 +0100
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import cStringIO, zlib, tempfile, errno, os, sys
+import cStringIO, zlib, bz2, tempfile, errno, os, sys
 from mercurial import revlog, util, streamclone
 from mercurial.i18n import gettext as _
 from mercurial.node import *