|
From: <and...@us...> - 2013-10-03 08:19:34
|
Revision: 12574
http://sourceforge.net/p/plplot/code/12574
Author: andrewross
Date: 2013-10-03 08:19:31 +0000 (Thu, 03 Oct 2013)
Log Message:
-----------
plplot_py_demos.py is not a directly executable script, so don't make it executable.
Modified Paths:
--------------
trunk/examples/python/CMakeLists.txt
Property Changed:
----------------
trunk/examples/python/plplot_py_demos.py
Modified: trunk/examples/python/CMakeLists.txt
===================================================================
--- trunk/examples/python/CMakeLists.txt 2013-10-02 21:07:51 UTC (rev 12573)
+++ trunk/examples/python/CMakeLists.txt 2013-10-03 08:19:31 UTC (rev 12574)
@@ -79,7 +79,6 @@
xw17.py
xw31.py
plplot_logo.py
- plplot_py_demos.py
test_circle.py
test_axis_precision.py
test_symbol_clip.py
@@ -142,6 +141,7 @@
set(
python_DATA
${python_DATA}
+ plplot_py_demos.py
README.pythondemos
README.rendering_tests
README.logo
Index: trunk/examples/python/plplot_py_demos.py
===================================================================
--- trunk/examples/python/plplot_py_demos.py 2013-10-02 21:07:51 UTC (rev 12573)
+++ trunk/examples/python/plplot_py_demos.py 2013-10-03 08:19:31 UTC (rev 12574)
Property changes on: trunk/examples/python/plplot_py_demos.py
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Revision
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|