From 5b6f6ddee1f3369900cc4690f2cfccec9bb0f6cf Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 27 Feb 2013 12:31:06 +0100 Subject: [PATCH] removed not needed lines --- openlp/core/utils/applocation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openlp/core/utils/applocation.py b/openlp/core/utils/applocation.py index e35b41fce..7201cebe4 100644 --- a/openlp/core/utils/applocation.py +++ b/openlp/core/utils/applocation.py @@ -176,7 +176,3 @@ def _get_os_dir_path(dir_type): return os.path.join(unicode(os.getenv(u'HOME'), encoding), u'.openlp', u'data') return os.path.join(unicode(os.getenv(u'HOME'), encoding), u'.openlp') - - - -