summaryrefslogtreecommitdiff
path: root/doc/stub/pyotr.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-08-04 17:32:17 +0200
committermathieui <mathieui@mathieui.net>2013-08-04 17:32:17 +0200
commit5cc11f13a0ea41d55b8f093d0e5da69d643cd299 (patch)
treeddaebcb5df188f9d4d113cc43b91c01998feaff3 /doc/stub/pyotr.py
parentbd81ef5cf309cc82a4b8aaee397e68d1bce8a260 (diff)
downloadpoezio-5cc11f13a0ea41d55b8f093d0e5da69d643cd299.tar.gz
poezio-5cc11f13a0ea41d55b8f093d0e5da69d643cd299.tar.bz2
poezio-5cc11f13a0ea41d55b8f093d0e5da69d643cd299.tar.xz
poezio-5cc11f13a0ea41d55b8f093d0e5da69d643cd299.zip
Add new stubs for the documentation
Diffstat (limited to 'doc/stub/pyotr.py')
-rw-r--r--doc/stub/pyotr.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/stub/pyotr.py b/doc/stub/pyotr.py
deleted file mode 100644
index 0a9d2719..00000000
--- a/doc/stub/pyotr.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OTR(object):
- pass
-
-MSG_STATE_PLAINTEXT = 1
-MSG_STATE_ENCRYPTED = 2
-MSG_STATE_FINISHED = 3