[Neo-report] r2516 gregory - in /trunk: ./ tools/
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Mon Dec 13 11:11:59 CET 2010
    
    
  
Author: gregory
Date: Mon Dec 13 11:11:58 2010
New Revision: 2516
Log:
Use default python version.
Modified:
    trunk/neoadmin
    trunk/neomaster
    trunk/neomigrate
    trunk/neostorage
    trunk/tools/matrix
    trunk/tools/perfs
    trunk/tools/replication
    trunk/tools/runner
Modified: trunk/neoadmin
==============================================================================
--- trunk/neoadmin [iso-8859-1] (original)
+++ trunk/neoadmin [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 #
 # neoadmin - run an administrator  node of NEO
 #
Modified: trunk/neomaster
==============================================================================
--- trunk/neomaster [iso-8859-1] (original)
+++ trunk/neomaster [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 #
 # neomaster - run a master node of NEO
 #
Modified: trunk/neomigrate
==============================================================================
--- trunk/neomigrate [iso-8859-1] (original)
+++ trunk/neomigrate [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 #
 # neomigrate - import/export data between NEO and a FileStorage
 #
Modified: trunk/neostorage
==============================================================================
--- trunk/neostorage [iso-8859-1] (original)
+++ trunk/neostorage [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 #
 # neostorage - run a storage node of NEO
 #
Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
 
 import sys
 import os
Modified: trunk/tools/perfs
==============================================================================
--- trunk/tools/perfs [iso-8859-1] (original)
+++ trunk/tools/perfs [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 
 import os
 import sys
Modified: trunk/tools/replication
==============================================================================
--- trunk/tools/replication [iso-8859-1] (original)
+++ trunk/tools/replication [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 
 import sys
 import time
Modified: trunk/tools/runner
==============================================================================
--- trunk/tools/runner [iso-8859-1] (original)
+++ trunk/tools/runner [iso-8859-1] Mon Dec 13 11:11:58 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.4
+#! /usr/bin/env python
 #
 # Copyright (C) 2009  Nexedi SA
 # 
    
    
More information about the Neo-report
mailing list