This commit is contained in:
Kovid Goyal 2014-07-19 00:30:14 +05:30
parent 11153b1c77
commit b6540810bf

View File

@ -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