mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
Fix imports, __all__ definition, organization/team sublists under projects.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import datetime
|
||||
import json
|
||||
|
||||
from django.contrib.auth.models import User as DjangoUser
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.urlresolvers import reverse
|
||||
from awx.main.models import *
|
||||
from awx.main.tests.base import BaseTest
|
||||
|
||||
Reference in New Issue
Block a user