--- a/hgext/inotify/client.py Tue Nov 25 18:32:44 2008 -0800
+++ b/hgext/inotify/client.py Tue Nov 25 18:45:08 2008 -0800
@@ -7,7 +7,6 @@
# of the GNU General Public License, incorporated herein by reference.
from mercurial.i18n import _
-from mercurial import ui
import common
import os, socket, struct
--- 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