Browse Source

[FIX] mass_editing: Don't import tests

pull/18/head
Pedro M. Baeza 6 years ago
parent
commit
a57f59b134
  1. 2
      mass_editing/__init__.py

2
mass_editing/__init__.py

@ -1,7 +1,5 @@
# © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models from . import models
from . import wizard from . import wizard
from . import tests
from .hooks import uninstall_hook from .hooks import uninstall_hook
Loading…
Cancel
Save