From d9fe38ff15256a32ba5917d7f64dcebff555ce1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 May 2012 22:35:12 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plugins/mobi_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/mobi_input.py b/src/calibre/ebooks/conversion/plugins/mobi_input.py index df65715450..55e3c7f0d3 100644 --- a/src/calibre/ebooks/conversion/plugins/mobi_input.py +++ b/src/calibre/ebooks/conversion/plugins/mobi_input.py @@ -12,7 +12,7 @@ class MOBIInput(InputFormatPlugin): name = 'MOBI Input' author = 'Kovid Goyal' description = 'Convert MOBI files (.mobi, .prc, .azw) to HTML' - file_types = set(['mobi', 'prc', 'azw', 'azw3']) + file_types = set(['mobi', 'prc', 'azw', 'azw3', 'pobi']) def convert(self, stream, options, file_ext, log, accelerators):