From cf8eaef4880a6aa39e4d811b8de0d842782395a2 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Mon, 3 Sep 2007 20:35:28 +0000 Subject: [PATCH] remove extra '"' which was mucking up syntax highlighting. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/dogtail@16492 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/test-dogtail/GnuCash.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test-dogtail/GnuCash.py b/src/test-dogtail/GnuCash.py index 7fd01be3c5..139c7f6ddf 100644 --- a/src/test-dogtail/GnuCash.py +++ b/src/test-dogtail/GnuCash.py @@ -233,7 +233,7 @@ class GnucashWindow(Window): print "Not called" def dismiss(self): - """" when calling dismiss the expected action is Cancel, Close and No """ + """ when calling dismiss the expected action is Cancel, Close and No """ button_list = self.findChildren(\ predicate.GenericPredicate(roleName='push button')) for button in button_list: @@ -245,7 +245,7 @@ class GnucashWindow(Window): return False def accept(self): - """" when calling dismiss the expected action is Cancel, Close and No """ + """ when calling dismiss the expected action is Cancel, Close and No """ button_list = self.findChildren(\ predicate.GenericPredicate(roleName='push button')) for button in button_list: