]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove unused import from test_nokey.py
authorSteven Dake <sdake@redhat.com>
Mon, 4 Mar 2013 17:16:16 +0000 (10:16 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 4 Mar 2013 17:17:15 +0000 (10:17 -0700)
test_nokey.py was recently merged into the source tree with an
unused import (copy.py).

Change-Id: I27b7040b5719ea21d1e0a79afe499bf7fa5a94e5
Fixes: Bug #1131275
heat/tests/test_nokey.py

index 848b073a2b021e4ceece8cbe866ae8821dd03597..0889af1318d81e7c884995a5de44cef566072910 100644 (file)
@@ -14,7 +14,6 @@
 
 
 import os
-import copy
 
 import unittest
 import mox