mailr22620 - /trunk/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 31, 2014 - 23:34:
Author: bugman
Date: Mon Mar 31 23:34:48 2014
New Revision: 22620

URL: http://svn.gna.org/viewcvs/relax?rev=22620&view=rev
Log:
Reverted r22618 as it was non-functional.

The command used was:
svn merge -r22618:22617 .

.....
  r22618 | bugman | 2014-03-31 23:22:02 +0200 (Mon, 31 Mar 2014) | 5 lines
  
  Added the -B Python flag to the main file for launching relax.
  
  This is to prevent the byte-compiled files being produced when not already 
present.
.....


Modified:
    trunk/relax

Modified: trunk/relax
URL: 
http://svn.gna.org/viewcvs/relax/trunk/relax?rev=22620&r1=22619&r2=22620&view=diff
==============================================================================
--- trunk/relax (original)
+++ trunk/relax Mon Mar 31 23:34:48 2014
@@ -1,4 +1,4 @@
-#! /usr/bin/env python -B
+#! /usr/bin/env python
 
 # Import the relax module.
 import relax




Related Messages


Powered by MHonArc, Updated Mon Mar 31 23:40:02 2014