Commit 23551e0b authored by Nicolas Delaby's avatar Nicolas Delaby

remove useless imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef42d24a
...@@ -51,12 +51,6 @@ except ImportError: ...@@ -51,12 +51,6 @@ except ImportError:
A dummy exception class which is used when MimetypesRegistry product is A dummy exception class which is used when MimetypesRegistry product is
not installed yet. not installed yet.
""" """
try:
import libxml2
import libxslt
import_libxml2 = 1
except ImportError:
import_libxml2 = 0
from email import message_from_string from email import message_from_string
from email.Header import decode_header, HeaderParseError from email.Header import decode_header, HeaderParseError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment