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
zzzoldfeatures/dogtail
Joshua Sled 19 years ago
parent e650e40e36
commit cf8eaef488

@ -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:

Loading…
Cancel
Save