odoo/openerp/cli/scaffold/__init__.jinja2

4 lines
95 B
Plaintext
Raw Normal View History

2014-05-28 09:31:00 +00:00
# -*- coding: utf-8 -*-
{% for module in modules if module -%}
import {{ module }}{% endfor %}