Remove unnecessary individual import tests.utils.X

Fixes bug #1210183

Change-Id: I530675329a17b10ef684ceec6c51b418726abdb2
This commit is contained in:
Liang Chen
2013-08-09 00:41:37 +08:00
parent 3f6b8758b7
commit d53e9139dc
40 changed files with 255 additions and 307 deletions

View File

@@ -19,7 +19,7 @@ from heat.engine import template
from heat.tests.common import HeatTestCase
from heat.tests import test_parser
from heat.tests.utils import stack_delete_after
from heat.tests import utils
hot_tpl_empty = template_format.parse('''
@@ -262,7 +262,7 @@ class HOTemplateTest(HeatTestCase):
class StackTest(test_parser.StackTest):
"""Test stack function when stack was created from HOT template."""
@stack_delete_after
@utils.stack_delete_after
def test_get_attr(self):
"""Test resolution of get_attr occurrences in HOT template."""