convert py2 -> py3

This commit is contained in:
Ryan Petrello
2018-10-22 12:58:42 -04:00
parent f132ce9b64
commit f223df303f
202 changed files with 1137 additions and 2046 deletions

View File

@@ -1,6 +1,6 @@
# Python
import pytest
import mock
from unittest import mock
# Tower
from awx.sso.backends import _get_or_set_enterprise_user

View File

@@ -1,7 +1,7 @@
import pytest
import mock
import re
from unittest import mock
from awx.sso.pipeline import (
update_user_orgs,