From 3a551d08c05c20fa3d5d89dde795b26326c5dcdf Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 17 Aug 2013 08:51:08 +0000 Subject: [PATCH] Space reinstated as per PEP8 --- openlp/core/utils/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/utils/__init__.py b/openlp/core/utils/__init__.py index 031a0f1b3..a33cd2604 100644 --- a/openlp/core/utils/__init__.py +++ b/openlp/core/utils/__init__.py @@ -150,6 +150,7 @@ class AppLocation(object): check_directory_exists(path) return path + def _get_os_dir_path(dir_type): """ Return a path based on which OS and environment we are running in.