From tashi-commits-return-15-apmail-incubator-tashi-commits-archive=incubator.apache.org@incubator.apache.org Wed Jan 07 22:49:37 2009 Return-Path: Delivered-To: apmail-incubator-tashi-commits-archive@locus.apache.org Received: (qmail 1281 invoked from network); 7 Jan 2009 22:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 22:49:37 -0000 Received: (qmail 38201 invoked by uid 500); 7 Jan 2009 22:49:37 -0000 Delivered-To: apmail-incubator-tashi-commits-archive@incubator.apache.org Received: (qmail 38182 invoked by uid 500); 7 Jan 2009 22:49:37 -0000 Mailing-List: contact tashi-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tashi-dev@incubator.apache.org Delivered-To: mailing list tashi-commits@incubator.apache.org Received: (qmail 38169 invoked by uid 99); 7 Jan 2009 22:49:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 14:49:37 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 22:49:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9CD4A2388876; Wed, 7 Jan 2009 14:49:14 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r732544 - in /incubator/tashi/trunk/src/tashi: clustermanager/clustermanagerservice.py thrift/build.py Date: Wed, 07 Jan 2009 22:49:14 -0000 To: tashi-commits@incubator.apache.org From: mryan3@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090107224914.9CD4A2388876@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mryan3 Date: Wed Jan 7 14:49:14 2009 New Revision: 732544 URL: http://svn.apache.org/viewvc?rev=732544&view=rev Log: Remove unneccessary with_statement import Modified: incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py incubator/tashi/trunk/src/tashi/thrift/build.py Modified: incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py?rev=732544&r1=732543&r2=732544&view=diff ============================================================================== --- incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py (original) +++ incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py Wed Jan 7 14:49:14 2009 @@ -15,8 +15,6 @@ # specific language governing permissions and limitations # under the License. -from __future__ import with_statement - from datetime import datetime from random import randint from socket import gethostname Modified: incubator/tashi/trunk/src/tashi/thrift/build.py URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/thrift/build.py?rev=732544&r1=732543&r2=732544&view=diff ============================================================================== --- incubator/tashi/trunk/src/tashi/thrift/build.py (original) +++ incubator/tashi/trunk/src/tashi/thrift/build.py Wed Jan 7 14:49:14 2009 @@ -17,7 +17,6 @@ # specific language governing permissions and limitations # under the License. -from __future__ import with_statement import shutil import os from os import path