Remove nbsp in comments and documentation

This commit is contained in:
Laurent Bachelier 2014-10-11 18:48:33 +02:00
commit c79dcc22df
5 changed files with 16 additions and 16 deletions

View file

@ -55,7 +55,7 @@ class RentedPage(Page):
yield book
def renew(self, id):
# find the good box
# find the good box
input = self.document.find('//input[@value="%s"]' % id)
self.browser.select_form("checkout_form")
self.browser.form.set_all_readonly(False)