mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 03:11:48 -05:00
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