diff options
Diffstat (limited to 'doc/stub/pyotr.py')
-rw-r--r-- | doc/stub/pyotr.py | 6 |
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 |