diff options
author | mathieui <mathieui@mathieui.net> | 2014-12-10 23:21:58 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-12-10 23:21:58 +0100 |
commit | 21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1 (patch) | |
tree | 2c2642c40007e8769edb29266b6cc59f9d3bb373 /doc/stub | |
parent | 003c28e953ccce64523946c3d3d6578c436c9f3e (diff) | |
download | poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.gz poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.bz2 poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.tar.xz poezio-21d8a3e7e19dc639262ac7fa7d7817351ff8b4c1.zip |
Make the screen_detach plugin support tmux, and use asyncio
Diffstat (limited to 'doc/stub')
-rw-r--r-- | doc/stub/pyinotify.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py index 48721264..1f8fc574 100644 --- a/doc/stub/pyinotify.py +++ b/doc/stub/pyinotify.py @@ -1,3 +1,5 @@ +class Notifier: + pass class WatchManager: pass class EventsCodes: |