diff mercurial/hgweb/hgweb_mod.py @ 5595:b95b2525c6e8

fix some imports; pushing bz2 bundles over http is currently untested
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 03 Dec 2007 11:58:29 +0100
parents 08887121a652
children 20b07b68a865
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py	Sun Dec 02 21:54:56 2007 -0800
+++ b/mercurial/hgweb/hgweb_mod.py	Mon Dec 03 11:58:29 2007 +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, mimetools, cStringIO, sys, urllib, bz2
+import os, mimetypes, re, mimetools, cStringIO
 from mercurial.node import *
 from mercurial import mdiff, ui, hg, util, archival, patch
 from mercurial import revlog, templater