From c38a15f6e8e9007f392ac7eff8e9569930ff79de Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 4 Aug 2014 18:45:16 +0530 Subject: [PATCH] Removing invalid import from test_escalations_templates.py Signed-off-by: Santhosh Edukulla --- test/integration/component/test_escalations_templates.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/component/test_escalations_templates.py b/test/integration/component/test_escalations_templates.py index 06e3d4287f6..b869bde62be 100644 --- a/test/integration/component/test_escalations_templates.py +++ b/test/integration/component/test_escalations_templates.py @@ -27,7 +27,6 @@ from marvin.lib.utils import checkVolumeSize from marvin.codes import SUCCESS from nose.plugins.attrib import attr from time import sleep -from ctypes.wintypes import BOOLEAN class TestTemplates(cloudstackTestCase): @@ -902,4 +901,4 @@ class TestTemplates(cloudstackTestCase): "Failed to copy Template" ) del self.services["templateregister"]["ostype"] - return \ No newline at end of file + return