hgext/inotify/server.py
changeset 6994 bf727bab38b9
parent 6287 c86207d41512
child 6997 9c4e488f105e
--- a/hgext/inotify/server.py	Sat Sep 06 00:45:13 2008 +0200
+++ b/hgext/inotify/server.py	Tue Aug 19 15:36:03 2008 -0700
@@ -12,8 +12,8 @@
 import errno, os, select, socket, stat, struct, sys, time
 
 try:
-    import hgext.inotify.linux as inotify
-    from hgext.inotify.linux import watcher
+    import linux as inotify
+    from linux import watcher
 except ImportError:
     print >> sys.stderr, '*** native support is required for this extension'
     raise