summaryrefslogtreecommitdiff
path: root/doc/stub
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-11 19:00:44 +0200
committermathieui <mathieui@mathieui.net>2013-05-11 19:00:44 +0200
commitcb61d5efaa5c500a376bbbbfee3e0b1381f73c93 (patch)
treef2c4f04decf076ee7c66cc063f5c39c7df25b8c8 /doc/stub
parent25f2d39bc1d13fef467ee38191fa414aa0fa5d07 (diff)
downloadpoezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.gz
poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.bz2
poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.tar.xz
poezio-cb61d5efaa5c500a376bbbbfee3e0b1381f73c93.zip
Add stubs for mpd & pyinotify
Diffstat (limited to 'doc/stub')
-rw-r--r--doc/stub/mpd.py2
-rw-r--r--doc/stub/pyinotify.py8
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