code clean

code clean
This commit is contained in:
Christophe Benz 2010-07-12 03:09:24 +02:00
commit 1847ea5f34
14 changed files with 54 additions and 22 deletions

View file

@ -33,5 +33,5 @@ class PornPage(BasePage):
self.browser.select_form(nr=0)
self.browser.submit(name='user_choice')
return False
except (ControlNotFoundError,FormNotFoundError):
except (ControlNotFoundError, FormNotFoundError):
return True