summaryrefslogtreecommitdiff
path: root/heat_cfntools
diff options
context:
space:
mode:
Diffstat (limited to 'heat_cfntools')
-rw-r--r--heat_cfntools/tests/test_cfn_helper.py2
-rw-r--r--heat_cfntools/tests/test_cfn_hup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/heat_cfntools/tests/test_cfn_helper.py b/heat_cfntools/tests/test_cfn_helper.py
index a661014..9a0d8e1 100644
--- a/heat_cfntools/tests/test_cfn_helper.py
+++ b/heat_cfntools/tests/test_cfn_helper.py
@@ -17,7 +17,7 @@
import boto.cloudformation as cfn
import fixtures
import json
-import mox
+from mox3 import mox
import os
import subprocess
import tempfile
diff --git a/heat_cfntools/tests/test_cfn_hup.py b/heat_cfntools/tests/test_cfn_hup.py
index 3ebd671..d548760 100644
--- a/heat_cfntools/tests/test_cfn_hup.py
+++ b/heat_cfntools/tests/test_cfn_hup.py
@@ -14,7 +14,7 @@
# under the License.
import fixtures
-import mox
+from mox3 import mox
import tempfile
import testtools