diff --git a/pos_pax/__init__.py b/pos_pax/__init__.py index aa42bdcf..09434554 100644 --- a/pos_pax/__init__.py +++ b/pos_pax/__init__.py @@ -1,4 +1,3 @@ # Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details. from . import models -from . import update diff --git a/pos_pax/models/__init__.py b/pos_pax/models/__init__.py index fa1927f8..c25936ee 100644 --- a/pos_pax/models/__init__.py +++ b/pos_pax/models/__init__.py @@ -1,3 +1,4 @@ # Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details. from . import pos_pax +from . import update