remove useless _is_coming attribute on transactions
This commit is contained in:
parent
93cd71e193
commit
7e55f74c40
2 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue