changeset 7329 | fd4bf5269733 |
parent 7302 | 972737252d05 |
child 7350 | c5dbe86b0fee |
--- a/hgext/inotify/server.py Fri Nov 07 13:02:03 2008 +0100 +++ b/hgext/inotify/server.py Fri Nov 07 13:02:04 2008 +0100 @@ -15,7 +15,6 @@ import linux as inotify from linux import watcher except ImportError: - print >> sys.stderr, '*** native support is required for this extension' raise class AlreadyStartedException(Exception): pass