diff options
Diffstat (limited to 'example_project/__init__.py')
-rw-r--r-- | example_project/__init__.py | 4 |
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 |