Explorar o código

HUE-8737 [py3] Add missing import in test util

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
4ab1cb00c5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      desktop/core/src/desktop/lib/django_test_util.py

+ 2 - 0
desktop/core/src/desktop/lib/django_test_util.py

@@ -27,6 +27,8 @@ import nose.tools
 
 from useradmin.models import User, Group, default_organization
 
+from desktop.conf import ENABLE_ORGANIZATIONS
+
 
 class Client(django.test.client.Client):
   """