]> wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - ctypescrypto/bio.py
Update README. Inherit everything from __builtin__.object
[oss/ctypescrypto.git] / ctypescrypto / bio.py
index ae89aa3bac354b9e934002b3c40e2c1820fec96f..2743f705032ab407e8583c5bfe04c0a89125739b 100644 (file)
@@ -3,7 +3,7 @@ Interface to OpenSSL BIO library
 """
 from ctypescrypto import libcrypto
 from ctypes import c_char_p, c_void_p, c_int, string_at, c_long,POINTER,byref, create_string_buffer
 """
 from ctypescrypto import libcrypto
 from ctypes import c_char_p, c_void_p, c_int, string_at, c_long,POINTER,byref, create_string_buffer
-class Membio:
+class Membio(object):
        """ 
                Provides interface to OpenSSL memory bios 
                use str() or unicode() to get contents of writable bio
        """ 
                Provides interface to OpenSSL memory bios 
                use str() or unicode() to get contents of writable bio