[dots] Remove extra import of mimetypes



commit 557a57e1e4fb383530136652406199cdc88326a2
Author: Fernando Herrera <fherrera onirica com>
Date:   Mon Jun 7 15:58:16 2010 +0200

    Remove extra import of mimetypes

 dots/odtdocument.py |    1 -
 dots/pdfdocument.py |    1 -
 dots/xmldocument.py |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/dots/odtdocument.py b/dots/odtdocument.py
index 3d0f71f..8e0a2ad 100644
--- a/dots/odtdocument.py
+++ b/dots/odtdocument.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import mimetypes
 from document import Document
 from translator import Translator
 from odf.odf2xhtml import TEXTNS
diff --git a/dots/pdfdocument.py b/dots/pdfdocument.py
index 68f39db..a572119 100644
--- a/dots/pdfdocument.py
+++ b/dots/pdfdocument.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import mimetypes
 from document import Document
 from translator import Translator
 import poppler
diff --git a/dots/xmldocument.py b/dots/xmldocument.py
index 39061b1..056116b 100644
--- a/dots/xmldocument.py
+++ b/dots/xmldocument.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import mimetypes
 from document import Document
 from translator import Translator
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]