From f36114279ebe19039ec00bfb7a2b2d197e8197f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Jan 2015 12:46:31 +0100 Subject: Add XHTML2ODT in Ishtar core --- example_project/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example_project') diff --git a/example_project/__init__.py b/example_project/__init__.py index a23b98e09..0cfc3ae26 100644 --- a/example_project/__init__.py +++ b/example_project/__init__.py @@ -8,7 +8,3 @@ _(u"warehouse") _(u"New organization") _(u"New person") _(u"New author") -if settings.XHTML2ODT_PATH: - import sys - sys.path.append(settings.XHTML2ODT_PATH) - from xhtml2odt import xhtml2odt -- cgit v1.2.3