mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
support the new CLI in py2 *and* py3
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from unittest.mock import patch
|
||||
try:
|
||||
from unittest.mock import patch
|
||||
except ImportError:
|
||||
from mock import patch
|
||||
import pytest
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user