~gdgellatly/banking-addons/banking-addons-minor-import-fixes

« back to all changes in this revision

Viewing changes to account_banking_sepa_credit_transfer/__init__.py

[ADD] support for pain.001.001.05, refactorings

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
 
23
 
import wizard
24
 
import account_banking_sepa
25
 
 
 
23
from . import wizard
 
24
from . import account_banking_sepa