Fix converter backend

This commit is contained in:
Roberto Rosario
2015-06-27 23:32:52 -04:00
parent 48df3dcafa
commit 956ca08cbd

View File

@@ -53,8 +53,6 @@ class Python(ConverterBase):
fs_cleanup(input_filepath)
def get_page_count(self):
super(Python, self).get_page_count()
page_count = 1
if self.mime_type == 'application/pdf':