gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14201 - gauger


From: gnunet
Subject: [GNUnet-SVN] r14201 - gauger
Date: Tue, 18 Jan 2011 17:29:43 +0100

Author: bartpolot
Date: 2011-01-18 17:29:43 +0100 (Tue, 18 Jan 2011)
New Revision: 14201

Modified:
   gauger/gauger-cli.py
   gauger/gauger.py
Log:
Changed copyright notice to the correct program name, dropped the'r' from the 
revision number in the network protocol

Modified: gauger/gauger-cli.py
===================================================================
--- gauger/gauger-cli.py        2011-01-18 15:53:22 UTC (rev 14200)
+++ gauger/gauger-cli.py        2011-01-18 16:29:43 UTC (rev 14201)
@@ -9,13 +9,13 @@
      by the Free Software Foundation; either version 2, or (at your
      option) any later version.
 
-     libextractor is distributed in the hope that it will be useful, but
+     gauger is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      General Public License for more details.
 
      You should have received a copy of the GNU General Public License
-     along with libextractor; see the file COPYING.  If not, write to the
+     along with gauger; see the file COPYING.  If not, write to the
      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.
 
@@ -34,7 +34,7 @@
       x += 1
     if(x == 1):
         return ""
-    return "r" + stdout[0:x-1]
+    return stdout[0:x-1]
 
 
 if (len(sys.argv) != 3):

Modified: gauger/gauger.py
===================================================================
--- gauger/gauger.py    2011-01-18 15:53:22 UTC (rev 14200)
+++ gauger/gauger.py    2011-01-18 16:29:43 UTC (rev 14201)
@@ -9,13 +9,13 @@
      by the Free Software Foundation; either version 2, or (at your
      option) any later version.
 
-     libextractor is distributed in the hope that it will be useful, but
+     gauger is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      General Public License for more details.
 
      You should have received a copy of the GNU General Public License
-     along with libextractor; see the file COPYING.  If not, write to the
+     along with gauger; see the file COPYING.  If not, write to the
      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.
 
@@ -27,7 +27,7 @@
 
 def updateplot(host, data):
   filename = host + '/' + data
-  os.system("gnuplot -e 'set terminal png; set output \"" + filename + 
".png\"; plot \"" + filename + "\" using 2:xticlabel(1) with line title \"" + 
host + ", " + data + "\" lw 3 lt rgb \"green\" '")
+  os.system("gnuplot -e 'set terminal png; set output \"" + filename + 
".png\"; plot \"" + filename + "\" with line title \"" + host + ", " + data + 
"\" lw 3 lt rgb \"green\" '")
   
 def gethostfromlogin(user, password):
   try:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]