Add new stubs for the documentation
This commit is contained in:
parent
bd81ef5cf3
commit
5cc11f13a0
3 changed files with 9 additions and 6 deletions
0
doc/stub/potr/__init__.py
Normal file
0
doc/stub/potr/__init__.py
Normal file
9
doc/stub/potr/context.py
Normal file
9
doc/stub/potr/context.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
class NotEncryptedError: pass
|
||||
class UnencryptedMessage: pass
|
||||
class ErrorReceived: pass
|
||||
class NotEncryptedError: pass
|
||||
class NotOTRMessage: pass
|
||||
STATE_ENCRYPTED, STATE_PLAINTEXT, STATE_FINISHED = 1, 1, 1
|
||||
class Context: pass
|
||||
class Account: pass
|
|
@ -1,6 +0,0 @@
|
|||
class OTR(object):
|
||||
pass
|
||||
|
||||
MSG_STATE_PLAINTEXT = 1
|
||||
MSG_STATE_ENCRYPTED = 2
|
||||
MSG_STATE_FINISHED = 3
|
Loading…
Reference in a new issue