chiark / gitweb /
Modularize the password safe.
[catacomb-python] / catacomb / __init__.py
index 65c3fbac0bf006ed24b6174c63a9a7a463f99abd..0b7f418c94eda3e1c83614b50d907c9373da1025 100644 (file)
@@ -473,4 +473,6 @@ def kcdsaprime(pbits, qbits, rng = rand,
   p = 2 * q * h + 1
   return p, q, h
 
+import pwsafe
+
 #----- That's all, folks ----------------------------------------------------