]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/__init__.py
Converted tabs to spaces to make pylint happy
[oss/ctypescrypto.git] / ctypescrypto / __init__.py
index 7ae712565d643d6ac7621652cdc061e9976ba754..196318843a5cd2b1b82901c6aff18a6b855368d9 100644 (file)
@@ -1,5 +1,5 @@
 """
-       Interface to some libcrypto functions
+    Interface to some libcrypto functions
 
 """
 
@@ -7,11 +7,11 @@
 from ctypes import CDLL,c_char_p
 
 def config(filename=None):
-       """
-               Loads OpenSSL Config file. If none are specified, loads default
-               (compiled in) one
-       """
-       libcrypto.OPENSSL_config(filename)
+    """
+        Loads OpenSSL Config file. If none are specified, loads default
+        (compiled in) one
+    """
+    libcrypto.OPENSSL_config(filename)
 
 __all__ = ['config']