summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-10-21 01:46:26 +0200
committermathieui <mathieui@mathieui.net>2016-10-21 01:46:26 +0200
commit64c272d2bfe95d679b24a9775da5cc768cc661da (patch)
treec7aafca220e64183dc46bd336774acb854ed8e88
parent0bb67982b035a7f158a1999ed86926a71ebd3511 (diff)
downloadpoezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.gz
poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.bz2
poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.tar.xz
poezio-64c272d2bfe95d679b24a9775da5cc768cc661da.zip
doc/stub/potr: remove duplicated declaration
-rw-r--r--doc/stub/potr/context.py1
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