Pep8 cleanup on freemobile module

This commit is contained in:
Florent 2012-03-13 14:41:11 +01:00
commit dfb66a4fbd
5 changed files with 35 additions and 35 deletions

View file

@ -36,8 +36,12 @@ class FreeMobileBackend(BaseBackend, ICapBill):
VERSION = '0.b'
LICENSE = 'AGPLv3+'
DESCRIPTION = 'Free Mobile website'
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False, regexp='^(\d{8}|)$'),
ValueBackendPassword('password', label='Password')
CONFIG = BackendConfig(ValueBackendPassword('login',
label='Account ID',
masked=False,
regexp='^(\d{8}|)$'),
ValueBackendPassword('password',
label='Password')
)
BROWSER = Freemobile