[Rprotobuf-commits] r716 - pkg/inst/python
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 5 00:11:08 CET 2014
Author: edd
Date: 2014-01-05 00:11:07 +0100 (Sun, 05 Jan 2014)
New Revision: 716
Modified:
pkg/inst/python/runtest.sh
Log:
also remove .pyc file
Modified: pkg/inst/python/runtest.sh
===================================================================
--- pkg/inst/python/runtest.sh 2014-01-04 21:06:34 UTC (rev 715)
+++ pkg/inst/python/runtest.sh 2014-01-04 23:11:07 UTC (rev 716)
@@ -12,5 +12,5 @@
python readmsg.py
#cleanup tmp files
-rm rexp_pb2.py
+rm rexp_pb2.py rexp_pb2.pyc
rm *.msg
More information about the Rprotobuf-commits
mailing list