Add stubs for mpd & pyinotify

This commit is contained in:
mathieui 2013-05-11 19:00:44 +02:00
parent 25f2d39bc1
commit cb61d5efaa
2 changed files with 10 additions and 0 deletions

2
doc/stub/mpd.py Normal file
View file

@ -0,0 +1,2 @@
class MPDClient:
pass

8
doc/stub/pyinotify.py Normal file
View file

@ -0,0 +1,8 @@
class WatchManager:
pass
class EventsCodes:
pass
class ThreadedNotifier:
pass
class ProcessEvent:
pass