summaryrefslogtreecommitdiff
path: root/doc/stub
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-11 18:55:14 +0200
committermathieui <mathieui@mathieui.net>2013-05-11 18:55:14 +0200
commit25f2d39bc1d13fef467ee38191fa414aa0fa5d07 (patch)
tree78e1dbbfc8010183d8375e731c518a51a8ffc81a /doc/stub
parent1a349efeb17ede2e744eb94c4217081a384af8b2 (diff)
downloadpoezio-25f2d39bc1d13fef467ee38191fa414aa0fa5d07.tar.gz
poezio-25f2d39bc1d13fef467ee38191fa414aa0fa5d07.tar.bz2
poezio-25f2d39bc1d13fef467ee38191fa414aa0fa5d07.tar.xz
poezio-25f2d39bc1d13fef467ee38191fa414aa0fa5d07.zip
Add a stub for pyotr
Diffstat (limited to 'doc/stub')
-rw-r--r--doc/stub/pyotr.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/stub/pyotr.py b/doc/stub/pyotr.py
new file mode 100644
index 00000000..0a9d2719
--- /dev/null
+++ b/doc/stub/pyotr.py
@@ -0,0 +1,6 @@
+class OTR(object):
+ pass
+
+MSG_STATE_PLAINTEXT = 1
+MSG_STATE_ENCRYPTED = 2
+MSG_STATE_FINISHED = 3