gotr: provide potr (rev f5551d6). now only depends on PyCrypto>=2.1

This commit is contained in:
Kjell Braden
2012-07-28 18:46:26 +02:00
parent 71f15adb4a
commit 2adb63206a
11 changed files with 2131 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ import otrmodule
HAS_PORT = True
try:
import potr
import potr.proto
except:
HAS_POTR = False