~banking-addons-team/banking-addons/github-7.0

« back to all changes in this revision

Viewing changes to account_banking_uk_hsbc/__init__.py

  • Committer: Leonardo Pistone
  • Date: 2014-12-03 10:14:29 UTC
  • mfrom: (287.1.8)
  • Revision ID: git-v1:d3cd4ae0f6610f06d01b654f45e0531771776341
Merge pull request #74 from gurneyalex/7.0-fix-pylint

Refactoring: fix Travis build on 7.0 branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
 
22
 
import account_banking_uk_hsbc
23
 
import wizard
24
 
import hsbc_mt940
25
 
import hsbc_clientid
 
22
from . import account_banking_uk_hsbc
 
23
from . import wizard
 
24
from . import hsbc_mt940
 
25
from . import hsbc_clientid
26
26
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: