mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
convert py2 -> py3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Python
|
||||
import pytest
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
# Tower
|
||||
from awx.sso.backends import _get_or_set_enterprise_user
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
import pytest
|
||||
import mock
|
||||
import re
|
||||
from unittest import mock
|
||||
|
||||
from awx.sso.pipeline import (
|
||||
update_user_orgs,
|
||||
|
||||
Reference in New Issue
Block a user