diff mercurial/hgweb/server.py @ 10905:13a1b2fb7ef2

pylint, pyflakes: remove unused or duplicate imports
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 14 Apr 2010 17:58:10 +0900
parents 63948e7d37f7
children 49463314c24f
line wrap: on
line diff
--- a/mercurial/hgweb/server.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/mercurial/hgweb/server.py	Wed Apr 14 17:58:10 2010 +0900
@@ -7,7 +7,7 @@
 # GNU General Public License version 2 or any later version.
 
 import os, sys, errno, urllib, BaseHTTPServer, socket, SocketServer, traceback
-from mercurial import hg, util, error
+from mercurial import util, error
 from mercurial.i18n import _
 
 def _splitURI(uri):