fix tests for new inv plugin behavior

* Enforce plugin:
This commit is contained in:
Chris Meyers
2020-07-28 13:14:43 -04:00
committed by Ryan Petrello
parent a8a47f314e
commit 34adbe6028
15 changed files with 111 additions and 417 deletions

View File

@@ -8,8 +8,6 @@ from datetime import timedelta
# global settings
from django.conf import global_settings
# ugettext lazy
from django.utils.translation import ugettext_lazy as _
# Update this module's local settings from the global settings module.
this_module = sys.modules[__name__]