Repository: cloudstack
Updated Branches:
  refs/heads/master adcfdf254 -> c38a15f6e


Removing invalid import from test_escalations_templates.py

Signed-off-by: Santhosh Edukulla <santhosh.eduku...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c38a15f6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c38a15f6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c38a15f6

Branch: refs/heads/master
Commit: c38a15f6e8e9007f392ac7eff8e9569930ff79de
Parents: adcfdf2
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Mon Aug 4 18:45:16 2014 +0530
Committer: Santhosh Edukulla <santhosh.eduku...@gmail.com>
Committed: Wed Aug 6 15:32:47 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_escalations_templates.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c38a15f6/test/integration/component/test_escalations_templates.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_escalations_templates.py 
b/test/integration/component/test_escalations_templates.py
index 06e3d42..b869bde 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

Reply via email to