Fixed a few PEP8 violations

This commit is contained in:
James Kasten
2014-11-29 01:05:06 -08:00
parent e7ee8f9d1c
commit 01a06be091
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1557,6 +1557,7 @@ def strip_dir(path):
# No directory
return ""
def dvsni_get_cert_file(nonce):
"""Returns standardized name for challenge certificate.
@@ -1620,7 +1621,6 @@ def dvsni_gen_ext(dvsni_r, dvsni_s):
return z_base.hexdigest() + CONFIG.INVALID_EXT
def main():
""" Main function used for quick testing purposes """