From: <mh...@us...> - 2008-10-03 18:53:30
|
Revision: 310 http://gnuplot-py.svn.sourceforge.net/gnuplot-py/?rev=310&view=rev Author: mhagger Date: 2008-10-03 18:53:20 +0000 (Fri, 03 Oct 2008) Log Message: ----------- Make __init__.py, funcutils.py, and utils.py non-executable. Modified Paths: -------------- trunk/__init__.py trunk/funcutils.py trunk/utils.py Property Changed: ---------------- trunk/__init__.py Modified: trunk/__init__.py =================================================================== --- trunk/__init__.py 2008-05-08 14:38:57 UTC (rev 309) +++ trunk/__init__.py 2008-10-03 18:53:20 UTC (rev 310) @@ -1,4 +1,3 @@ -#! /usr/bin/env python # $Id$ # Copyright (C) 1998-2003 Michael Haggerty <mh...@al...> @@ -167,8 +166,3 @@ from _Gnuplot import Gnuplot -if __name__ == '__main__': - import demo - demo.demo() - - Property changes on: trunk/__init__.py ___________________________________________________________________ Deleted: svn:executable - * Modified: trunk/funcutils.py =================================================================== --- trunk/funcutils.py 2008-05-08 14:38:57 UTC (rev 309) +++ trunk/funcutils.py 2008-10-03 18:53:20 UTC (rev 310) @@ -1,5 +1,3 @@ -#! /usr/bin/env python - # $Id$ # Copyright (C) 1998-2003 Michael Haggerty <mh...@al...> Modified: trunk/utils.py =================================================================== --- trunk/utils.py 2008-05-08 14:38:57 UTC (rev 309) +++ trunk/utils.py 2008-10-03 18:53:20 UTC (rev 310) @@ -1,5 +1,3 @@ -#! /usr/bin/env python - # $Id$ # Copyright (C) 1998-2003 Michael Haggerty <mh...@al...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |