From 9ecb575d5b1b2ea4a169a954f9c0c188dc56497c Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 16 Feb 2013 13:30:16 +0100 Subject: [PATCH] clean up --- openlp/core/__init__.py | 3 +-- tests/functional/openlp_core_lib/test_image_manager.py | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 1898c361b..3ad0e1348 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -276,8 +276,7 @@ def main(args=None): qt_args.append('OpenLP') # Initialise the resources qInitResources() - # Now create and actually run the application.# - print qt_args + # Now create and actually run the application. application = OpenLP(qt_args) application.setOrganizationName(u'OpenLP') application.setOrganizationDomain(u'openlp.org') diff --git a/tests/functional/openlp_core_lib/test_image_manager.py b/tests/functional/openlp_core_lib/test_image_manager.py index a257fec20..10402a808 100644 --- a/tests/functional/openlp_core_lib/test_image_manager.py +++ b/tests/functional/openlp_core_lib/test_image_manager.py @@ -24,13 +24,6 @@ class TestImageManager(TestCase): ScreenList.create(self.app.desktop()) self.image_manager = ImageManager() - def tearDown(self): - """ - Delete all the C++ objects at the end so that we don't have a segfault - """ - #del self.app - pass - def basic_image_manager_test(self): """ Test the Image Manager setup basic functionality