diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-28 02:06:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-28 02:06:45 +0000 |
commit | 3890a54386676d223876d6b9ae47ad2e982ccfd8 (patch) | |
tree | ef71b453faad6779b0542a255173781b80474623 /pow/POW-0.7/lib | |
parent | a3c6f733f3e2932c89ef892aa0d74e4f67bf2d69 (diff) |
Cleanup
svn path=/pow/POW-0.7/lib/pkix.py; revision=1041
Diffstat (limited to 'pow/POW-0.7/lib')
-rwxr-xr-x | pow/POW-0.7/lib/pkix.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pow/POW-0.7/lib/pkix.py b/pow/POW-0.7/lib/pkix.py index b489a51a..c578f1bb 100755 --- a/pow/POW-0.7/lib/pkix.py +++ b/pow/POW-0.7/lib/pkix.py @@ -97,7 +97,6 @@ class POWCryptoDriver(CryptoDriver): """Dispatcher for crypto calls using POW package.""" def __init__(self): - print "Importing POW" global POW import POW self.driver2OID = { |