summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-01-15 12:46:31 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-01-24 21:48:01 +0100
commitf36114279ebe19039ec00bfb7a2b2d197e8197f8 (patch)
treec7958d3cbc0d01729d939a576a761ae2248fd43c /example_project
parente874b48bc99c2081ca918bf3e6ef6602f8148307 (diff)
downloadIshtar-f36114279ebe19039ec00bfb7a2b2d197e8197f8.tar.bz2
Ishtar-f36114279ebe19039ec00bfb7a2b2d197e8197f8.zip
Add XHTML2ODT in Ishtar core
Diffstat (limited to 'example_project')
-rw-r--r--example_project/__init__.py4
1 files changed, 0 insertions, 4 deletions
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