summaryrefslogtreecommitdiff
path: root/heat_cfntools/tests/test_cfn_hup.py
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2018-07-18 16:35:03 -0400
committerZane Bitter <zbitter@redhat.com>2018-07-18 16:35:03 -0400
commitd04bb529dc184470b6de45a1033cd2981838d9f9 (patch)
treebca1a2d8be74052d87f133c93a71c58a3c1b9889 /heat_cfntools/tests/test_cfn_hup.py
parentc583cbf9b25a8747b7eb2317c970acaecb9484f3 (diff)
downloadheat-cfntools-d04bb529dc184470b6de45a1033cd2981838d9f9.tar.gz
Fix pep8 errors with later versions of hacking
We are stuck on a very old version of hacking (0.8). In order to move forward, we need to fix a bunch of things that flake8 will complain about. Change-Id: If40ac29094b90c5bae63e7423061a190655f50a3
Diffstat (limited to 'heat_cfntools/tests/test_cfn_hup.py')
-rw-r--r--heat_cfntools/tests/test_cfn_hup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat_cfntools/tests/test_cfn_hup.py b/heat_cfntools/tests/test_cfn_hup.py
index d5cf026..b182f92 100644
--- a/heat_cfntools/tests/test_cfn_hup.py
+++ b/heat_cfntools/tests/test_cfn_hup.py
@@ -13,9 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
+import tempfile
+
import fixtures
import mock
-import tempfile
import testtools
from heat_cfntools.cfntools import cfn_helper