From 84e52838e16d048c19874eff6cc171f24e29e855 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 15 Aug 2010 23:43:45 -0500 Subject: system/pyinotify: Added (python inotify module) Signed-off-by: Robby Workman --- system/pyinotify/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 system/pyinotify/README (limited to 'system/pyinotify/README') diff --git a/system/pyinotify/README b/system/pyinotify/README new file mode 100644 index 0000000000..40c4baeba2 --- /dev/null +++ b/system/pyinotify/README @@ -0,0 +1,4 @@ +Pyinotify is a Python module for monitoring filesystems changes. +Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) +called inotify. inotify is an event-driven notifier, its notifications +are exported from kernel space to user space through three system calls. -- cgit v1.2.3