indentation error

fixes one instance of space-indentation instead of tab-indentation
This commit is contained in:
David Klaftenegger 2016-02-13 01:02:34 +01:00 committed by Markus Hauschild
parent b396f0bb07
commit 55f340bebd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ACME_CONFD=ACME_DIR + "domains.d/"
class FileNotFoundError(OSError):
pass
pass
class InvalidCertificateError(Exception):