hgext/inotify/server.py
changeset 7420 b4ac1e2cd38c
parent 7351 5ab0abf27dd9
child 7451 fca9947652ce
--- a/hgext/inotify/server.py	Tue Nov 25 18:32:44 2008 -0800
+++ b/hgext/inotify/server.py	Tue Nov 25 18:45:08 2008 -0800
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from mercurial.i18n import _
-from mercurial import osutil, ui, util
+from mercurial import osutil, util
 import common
 import errno, os, select, socket, stat, struct, sys, tempfile, time