Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B62011B84 for ; Wed, 6 Aug 2014 10:03:04 +0000 (UTC) Received: (qmail 28480 invoked by uid 500); 6 Aug 2014 10:03:04 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 28452 invoked by uid 500); 6 Aug 2014 10:03:04 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 28443 invoked by uid 99); 6 Aug 2014 10:03:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2014 10:03:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B1F4888A68B; Wed, 6 Aug 2014 10:03:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: santhoshedukulla@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to c38a15f Date: Wed, 6 Aug 2014 10:03:03 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master adcfdf254 -> c38a15f6e Removing invalid import from test_escalations_templates.py Signed-off-by: Santhosh Edukulla 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 Authored: Mon Aug 4 18:45:16 2014 +0530 Committer: Santhosh Edukulla 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