mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
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…
Reference in New Issue
Block a user