From cb61d5efaa5c500a376bbbbfee3e0b1381f73c93 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 11 May 2013 19:00:44 +0200 Subject: Add stubs for mpd & pyinotify --- doc/stub/pyinotify.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/stub/pyinotify.py (limited to 'doc/stub/pyinotify.py') diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py new file mode 100644 index 00000000..48721264 --- /dev/null +++ b/doc/stub/pyinotify.py @@ -0,0 +1,8 @@ +class WatchManager: + pass +class EventsCodes: + pass +class ThreadedNotifier: + pass +class ProcessEvent: + pass -- cgit v1.2.3