You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by mr...@apache.org on 2009/01/07 22:49:14 UTC

svn commit: r732544 - in /incubator/tashi/trunk/src/tashi: clustermanager/clustermanagerservice.py thrift/build.py

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