remove useless _is_coming attribute on transactions

This commit is contained in:
Romain Bignon 2013-07-19 19:20:04 +02:00
commit 7e55f74c40
2 changed files with 1 additions and 10 deletions

View file

@ -30,7 +30,6 @@ __all__ = ['LoginPage', 'DashboardPage', 'OperationsPage']
class LoginPage(BasePage):
def login(self, username, password):
self.browser.select_form(name="frmLogin")
self.browser['username'] = username
@ -105,5 +104,3 @@ class Transaction(FrenchTransaction):
FrenchTransaction.TYPE_CHECK),
(re.compile('^RCH (?P<text>.*)'),
FrenchTransaction.TYPE_DEPOSIT)]
_is_coming = False