diff options
author | mathieui <mathieui@mathieui.net> | 2013-05-11 19:00:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-05-11 19:00:44 +0200 |
commit | cb61d5efaa5c500a376bbbbfee3e0b1381f73c93 (patch) | |
tree | f2c4f04decf076ee7c66cc063f5c39c7df25b8c8 /doc | |
parent | 25f2d39bc1d13fef467ee38191fa414aa0fa5d07 (diff) | |
download | poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.gz poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.bz2 poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.xz poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.zip |
Add stubs for mpd & pyinotify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stub/mpd.py | 2 | ||||
-rw-r--r-- | doc/stub/pyinotify.py | 8 |
2 files changed, 10 insertions, 0 deletions
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 |