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)
 



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to