mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
support the new CLI in py2 *and* py3
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from collections import namedtuple
|
||||
|
||||
from unittest.mock import patch
|
||||
try:
|
||||
from unittest.mock import patch
|
||||
except ImportError:
|
||||
from mock import patch
|
||||
import pytest
|
||||
|
||||
from awxkit.ws import WSClient
|
||||
|
||||
Reference in New Issue
Block a user