Package ganeti :: Module asyncnotifier
[hide private]
[frames] | no frames]

Module asyncnotifier

source code

Asynchronous pyinotify implementation

Classes [hide private]
  AsyncNotifier
An asyncore dispatcher for inotify events.
  ErrorLoggingAsyncNotifier
An asyncnotifier that can survive errors in the callbacks.
  FileEventHandlerBase
Base class for file event handlers.
  SingleFileEventHandler
Handle modify events for a single file.

Imports: asyncore, logging, pyinotify, daemon, errors