diff options
Diffstat (limited to 'M2Crypto/m2.py')
-rw-r--r-- | M2Crypto/m2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/M2Crypto/m2.py b/M2Crypto/m2.py index e4bb695..822143f 100644 --- a/M2Crypto/m2.py +++ b/M2Crypto/m2.py @@ -25,7 +25,7 @@ Portions created by Open Source Applications Foundation (OSAF) are Copyright (C) 2004 OSAF. All Rights Reserved. """ -from __m2crypto import * +from _m2crypto import * lib_init() |