From aa70ac1ae2ea28faf7e23ad2150e24d91c2c4e5e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Jan 2015 15:16:56 +0100 Subject: Fix dependencies and path on a clean install --- ishtar_common/views.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index 0f234c0a1..b5f56652c 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -47,10 +47,7 @@ from django.template import RequestContext, loader from django.utils.decorators import method_decorator from django.utils.translation import ugettext, ugettext_lazy as _ -if settings.XHTML2ODT_PATH: - import sys - sys.path.append(settings.XHTML2ODT_PATH) - from xhtml2odt import xhtml2odt +from xhtml2odt import xhtml2odt from menus import menu -- cgit v1.2.3