From b6540810bf0c53276973178ba57e6a78e2fa6cbb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 19 Jul 2014 00:30:14 +0530 Subject: [PATCH] pep8 --- src/calibre/utils/imghdr.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/calibre/utils/imghdr.py b/src/calibre/utils/imghdr.py index cceaf7879f..0179ad5bbc 100644 --- a/src/calibre/utils/imghdr.py +++ b/src/calibre/utils/imghdr.py @@ -2,9 +2,9 @@ __all__ = ["what"] -#-------------------------# +# -------------------------# # Recognize image headers # -#-------------------------# +# -------------------------# def what(file, h=None): if h is None: @@ -33,9 +33,9 @@ def what(file, h=None): return None -#---------------------------------# +# ---------------------------------# # Subroutines per image file type # -#---------------------------------# +# ---------------------------------# tests = [] @@ -132,9 +132,9 @@ def test_emf(h, f): tests.append(test_emf) -#--------------------# +# --------------------# # Small test program # -#--------------------# +# --------------------# def test(): import sys