Files
bank-statement-import/account_bank_statement_import/__init__.py
2014-12-21 13:41:43 +01:00

8 lines
220 B
Python

# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
import account_bank_statement_import
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: