Prechádzať zdrojové kódy

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

Romain 6 rokov pred
rodič
commit
4ab1cb00c5

+ 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):
   """