diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-21 01:46:26 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-21 01:46:26 +0200 |
commit | 64c272d2bfe95d679b24a9775da5cc768cc661da (patch) | |
tree | c7aafca220e64183dc46bd336774acb854ed8e88 /doc/stub/potr/context.py | |
parent | 0bb67982b035a7f158a1999ed86926a71ebd3511 (diff) | |
download | poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.gz poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.bz2 poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.xz poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.zip |
doc/stub/potr: remove duplicated declaration
Diffstat (limited to 'doc/stub/potr/context.py')
-rw-r--r-- | doc/stub/potr/context.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/stub/potr/context.py b/doc/stub/potr/context.py index 23ce6efa..65f7826f 100644 --- a/doc/stub/potr/context.py +++ b/doc/stub/potr/context.py @@ -2,7 +2,6 @@ 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 |