[infinispan-commits] Infinispan SVN: r1674 - trunk/bin.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Apr 8 11:21:34 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-08 11:21:33 -0400 (Thu, 08 Apr 2010)
New Revision: 1674

Modified:
   trunk/bin/pythonTools.py
Log:
Fixed indentations

Modified: trunk/bin/pythonTools.py
===================================================================
--- trunk/bin/pythonTools.py	2010-04-08 15:20:36 UTC (rev 1673)
+++ trunk/bin/pythonTools.py	2010-04-08 15:21:33 UTC (rev 1674)
@@ -70,15 +70,15 @@
       handle_release_virgin()
       require_settings_file(True)
     else:
-    print "User-specific environment settings file %s is missing!  Cannot proceed!" % settings_file
-    print "Please create a file called %s with the following lines:" % settings_file
-    print '''
+      print "User-specific environment settings file %s is missing!  Cannot proceed!" % settings_file
+      print "Please create a file called %s with the following lines:" % settings_file
+      print '''
        svn_base = https://svn.jboss.org/repos/infinispan
        local_tags_dir = /PATH/TO/infinispan/tags
        local_mvn_repo_dir = /PATH/TO/maven2/org/infinispan
        multi_threaded = False
-    '''
-    sys.exit(3)
+      '''
+      sys.exit(3)
   finally:
     if f:
       f.close()
@@ -187,4 +187,4 @@
     
   
 
-  
\ No newline at end of file
+  



More information about the infinispan-commits mailing list