From 2f685c412ba1802e4e725b82d44935b533e8fc5d Mon Sep 17 00:00:00 2001 From: epage Date: Thu, 28 May 2009 03:35:04 +0000 Subject: [PATCH] Bug, bound hildon to the wrong object git-svn-id: file:///svnroot/gc-dialer/trunk@340 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 6b6a956..7655802 100644 --- a/tests/test_startup.py +++ b/tests/test_startup.py @@ -35,7 +35,7 @@ def test_startup_with_no_data_dir_with_dummy_hildon(): hildonPath = os.path.join(os.path.dirname(__file__), "dummy_hildon") sys.path.insert(0, hildonPath) import hildon - dc_glade.Dialcentral.hildon = hildon + dc_glade.hildon = hildon try: dc_glade.Dialcentral._data_path = os.path.join(os.path.dirname(__file__), "notexistent_data") dc_glade.Dialcentral._user_settings = "%s/settings.ini" % dc_glade.Dialcentral._data_path -- 1.7.9.5