mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 07:05:31 +01:00
pep8
This commit is contained in:
parent
11153b1c77
commit
b6540810bf
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue