unused imports and variables

This commit is contained in:
Romain Bignon 2012-03-06 19:25:09 +01:00
commit 95c977a441
2 changed files with 6 additions and 7 deletions

View file

@ -104,7 +104,7 @@ class FreeKeyboard(object):
for c in string:
time.sleep(0.4)
url = 'https://mobile.free.fr/moncompte/chiffre.php?pos=' + c + '&small=1'
fichier = self.basepage.browser.openurl(url)
self.basepage.browser.openurl(url)
class LoginPage(BasePage):