aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-02-20 20:15:12 +0100
committerRenĂ© Korthaus <[email protected]>2016-02-20 20:15:12 +0100
commitf7fbdd66bc3194f8fcaec1a747cb55afd3cf4c2f (patch)
tree23537bba4858c79db679937b0ca09984184ae288 /src/python
parent8928c29564a9dc3f54542108530ff3cb62396124 (diff)
Remove tab
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/botan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/botan.py b/src/python/botan.py
index 33acdb23a..1cb141ef5 100755
--- a/src/python/botan.py
+++ b/src/python/botan.py
@@ -605,7 +605,7 @@ class x509_cert(object):
if filename is None and buf is None:
raise ArgumentError("No filename or buf given")
if filename is not None and buf is not None:
- raise ArgumentError("Both filename and buf given")
+ raise ArgumentError("Both filename and buf given")
elif filename is not None:
botan.botan_x509_cert_load_file.argtypes = [POINTER(c_void_p), c_char_p]
self.x509_cert = c_void_p(0)