add missing models/__init__.py required by some configurations

This commit is contained in:
Harald Welte 2018-01-05 09:40:05 +01:00
parent 59dd4bde17
commit 1b317162dd
1 changed files with 3 additions and 0 deletions

3
models/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from . import dp_delivery_carrier
from . import dp_shipping_service
from . import res_config