Fix indentation

This commit is contained in:
Roberto Rosario
2012-02-04 17:20:13 -04:00
parent 1a24c18598
commit a13f048242

View File

@@ -106,7 +106,7 @@ def get_page_count(input_filepath):
input_filepath = office_converter.output_filepath
except OfficeConversionError:
raise UnknownFileFormat('office converter exception')
raise UnknownFileFormat('office converter exception')
return backend.get_page_count(input_filepath)