changeset 6909 | b5a6fce0bc29 |
parent 6762 | f67d1468ac50 |
child 6961 | 12163fb21fce |
--- a/hgext/inotify/server.py Tue Aug 19 18:17:11 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