commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8322 - trunk/gnue-appserver/samples/testing/benchmark


From: reinhard
Subject: [gnue] r8322 - trunk/gnue-appserver/samples/testing/benchmark
Date: Mon, 3 Apr 2006 18:24:12 -0500 (CDT)

Author: reinhard
Date: 2006-03-31 12:09:52 -0600 (Fri, 31 Mar 2006)
New Revision: 8322

Modified:
   trunk/gnue-appserver/samples/testing/benchmark/modify.py
   trunk/gnue-appserver/samples/testing/benchmark/query.py
Log:
Removed translation marks from test code that doesn't get translated anyway.


Modified: trunk/gnue-appserver/samples/testing/benchmark/modify.py
===================================================================
--- trunk/gnue-appserver/samples/testing/benchmark/modify.py    2006-03-31 
18:07:08 UTC (rev 8321)
+++ trunk/gnue-appserver/samples/testing/benchmark/modify.py    2006-03-31 
18:09:52 UTC (rev 8322)
@@ -42,7 +42,7 @@
           defaults = None):
 
     self.addCommandOption ('logfile', 'l', argument='file', 
default='bench.log',
-      help = _("Logfile to dump statistics"))
+      help = "Logfile to dump statistics")
 
     App.App.__init__ (self, connections, application, defaults)
 

Modified: trunk/gnue-appserver/samples/testing/benchmark/query.py
===================================================================
--- trunk/gnue-appserver/samples/testing/benchmark/query.py     2006-03-31 
18:07:08 UTC (rev 8321)
+++ trunk/gnue-appserver/samples/testing/benchmark/query.py     2006-03-31 
18:09:52 UTC (rev 8322)
@@ -41,7 +41,7 @@
           defaults = None):
 
     self.addCommandOption ('logfile', 'l', argument='file', 
default='bench.log',
-      help = _("Logfile to dump statistics"))
+      help = "Logfile to dump statistics")
 
     App.App.__init__ (self, connections, application, defaults)
 





reply via email to

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