Browse Source

[FIX] Forgot to commit some __Init__.py files.

pull/2/head
Ronald Portier (Therp BV) 10 years ago
parent
commit
c9cbcac6cf
  1. 5
      account_bank_statement_import/__init__.py
  2. 5
      account_bank_statement_import_ofx/__init__.py

5
account_bank_statement_import/__init__.py

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

5
account_bank_statement_import_ofx/__init__.py

@ -1,7 +1,4 @@
# -*- encoding: utf-8 -*-
# noqa: This is a backport from Odoo. OCA has no control over style here.
# flake8: noqa
import account_bank_statement_import_ofx
from . import account_bank_statement_import_ofx
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
Loading…
Cancel
Save