diff options
author | mathieui <mathieui@mathieui.net> | 2013-08-07 21:35:12 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-08-07 21:35:12 +0200 |
commit | 54a283009142fb13478fc7ef6365ae9bf6fa63db (patch) | |
tree | c4cddb042d767accf9753df512fcb999a67325c9 /doc/stub/potr/context.py | |
parent | 32bf5a2b14ae287b1f934c5457bbaaf195e1e27c (diff) | |
download | poezio-54a283009142fb13478fc7ef6365ae9bf6fa63db.tar.gz poezio-54a283009142fb13478fc7ef6365ae9bf6fa63db.tar.bz2 poezio-54a283009142fb13478fc7ef6365ae9bf6fa63db.tar.xz poezio-54a283009142fb13478fc7ef6365ae9bf6fa63db.zip |
Documentation update
Diffstat (limited to 'doc/stub/potr/context.py')
-rw-r--r-- | doc/stub/potr/context.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/stub/potr/context.py b/doc/stub/potr/context.py index b8ebda67..23ce6efa 100644 --- a/doc/stub/potr/context.py +++ b/doc/stub/potr/context.py @@ -7,3 +7,4 @@ class NotOTRMessage: pass STATE_ENCRYPTED, STATE_PLAINTEXT, STATE_FINISHED = 1, 1, 1 class Context: pass class Account: pass +class crypt: pass |