|
From: <mh...@us...> - 2007-03-30 11:25:26
|
Revision: 297
http://svn.sourceforge.net/gnuplot-py/?rev=297&view=rev
Author: mhagger
Date: 2007-03-30 04:25:28 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
Delete the information comment line
"Automatically adapted for numpy.oldnumeric Sep 22, 2006 by alter_code1.py"
as (1) it doesn't need to be permanently documented in the modified
files and (2) it screws up the "#!" line needed to execute the files
under Unix.
Modified Paths:
--------------
trunk/PlotItems.py
trunk/funcutils.py
trunk/test.py
trunk/utils.py
Modified: trunk/PlotItems.py
===================================================================
--- trunk/PlotItems.py 2007-03-30 10:57:31 UTC (rev 296)
+++ trunk/PlotItems.py 2007-03-30 11:25:28 UTC (rev 297)
@@ -1,5 +1,3 @@
-## Automatically adapted for numpy.oldnumeric Sep 22, 2006 by alter_code1.py
-
# $Id$
# Copyright (C) 1998-2003 Michael Haggerty <mh...@al...>
Modified: trunk/funcutils.py
===================================================================
--- trunk/funcutils.py 2007-03-30 10:57:31 UTC (rev 296)
+++ trunk/funcutils.py 2007-03-30 11:25:28 UTC (rev 297)
@@ -1,5 +1,3 @@
-## Automatically adapted for numpy.oldnumeric Sep 22, 2006 by alter_code1.py
-
#! /usr/bin/env python
# $Id$
Modified: trunk/test.py
===================================================================
--- trunk/test.py 2007-03-30 10:57:31 UTC (rev 296)
+++ trunk/test.py 2007-03-30 11:25:28 UTC (rev 297)
@@ -1,5 +1,3 @@
-## Automatically adapted for numpy.oldnumeric Sep 22, 2006 by alter_code1.py
-
#! /usr/bin/env python
# $Id$
Modified: trunk/utils.py
===================================================================
--- trunk/utils.py 2007-03-30 10:57:31 UTC (rev 296)
+++ trunk/utils.py 2007-03-30 11:25:28 UTC (rev 297)
@@ -1,5 +1,3 @@
-## Automatically adapted for numpy.oldnumeric Sep 22, 2006 by alter_code1.py
-
#! /usr/bin/env python
# $Id$
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|