2015-08-19 12:15:24 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Python source code encoding : https://www.python.org/dev/peps/pep-0263/
|
|
|
|
##############################################################################
|
|
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
|
|
##############################################################################
|
|
|
|
|
2015-09-25 18:14:21 +02:00
|
|
|
from . import controllers, models
|