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/mpd.py | 2 ++ doc/stub/pyinotify.py | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/stub/mpd.py create mode 100644 doc/stub/pyinotify.py (limited to 'doc/stub') diff --git a/doc/stub/mpd.py b/doc/stub/mpd.py new file mode 100644 index 00000000..c1833563 --- /dev/null +++ b/doc/stub/mpd.py @@ -0,0 +1,2 @@ +class MPDClient: + pass 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