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:
Joshua Sled 2007-09-03 20:35:28 +00:00
parent e650e40e36
commit cf8eaef488

View File

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