From cdd829b9087a5d1ae7da821b6375eb175ee78e07 Mon Sep 17 00:00:00 2001 From: epage Date: Thu, 28 May 2009 03:35:36 +0000 Subject: [PATCH] Bug, bound hildon to the wrong object git-svn-id: file:///svnroot/gc-dialer/trunk@341 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- tests/test_startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_startup.py b/tests/test_startup.py index 7655802..99c03f7 100644 --- a/tests/test_startup.py +++ b/tests/test_startup.py @@ -52,7 +52,7 @@ def test_startup_with_no_data_dir_with_dummy_hildon(): except: pass finally: - dc_glade.Dialcentral.hildon = None + dc_glade.hildon = None sys.path.remove(hildonPath) -- 1.7.9.5