__init__.py 365 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # For copyright and license notices, see __openerp__.py file in module root
  4. # directory
  5. ##############################################################################
  6. from . import res_config
  7. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: