Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: commits

[3784] cherokee/trunk/admin: These two modules where redefining the _ symbol.

 

 

Cherokee commits RSS feed   Index | Next | Previous | View Threaded


cherokee at cherokee-project

Nov 5, 2009, 5:26 PM

Post #1 of 1 (29 views)
Permalink
[3784] cherokee/trunk/admin: These two modules where redefining the _ symbol.

Revision: 3784
http://svn.cherokee-project.com/changeset/3784
Author: alo
Date: 2009-11-06 02:26:00 +0100 (Fri, 06 Nov 2009)

Log Message:
-----------
These two modules where redefining the _ symbol. That was messing up
the translation engine.

Modified Paths:
--------------
cherokee/trunk/admin/Wizard_Icons.py
cherokee/trunk/admin/Wizard_rTorrent.py

Modified: cherokee/trunk/admin/Wizard_Icons.py
===================================================================
--- cherokee/trunk/admin/Wizard_Icons.py 2009-11-05 20:33:39 UTC (rev 3783)
+++ cherokee/trunk/admin/Wizard_Icons.py 2009-11-06 01:26:00 UTC (rev 3784)
@@ -57,7 +57,7 @@
return self._check_config()

def _run (self, uri, post):
- rule_n, _ = cfg_vsrv_rule_get_next (self._cfg, self._pre)
+ rule_n, x = cfg_vsrv_rule_get_next (self._cfg, self._pre)
if not rule_n:
return self.report_error (_("Couldn't add a new rule."))


Modified: cherokee/trunk/admin/Wizard_rTorrent.py
===================================================================
--- cherokee/trunk/admin/Wizard_rTorrent.py 2009-11-05 20:33:39 UTC (rev 3783)
+++ cherokee/trunk/admin/Wizard_rTorrent.py 2009-11-06 01:26:00 UTC (rev 3784)
@@ -72,7 +72,7 @@

src_num = int(source.split('!')[-1])

- rule_n, _ = cfg_vsrv_rule_get_next (self._cfg, self._pre)
+ rule_n, x = cfg_vsrv_rule_get_next (self._cfg, self._pre)
if not rule_n:
return self.report_error (_("Couldn't add a new rule."))

Cherokee commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.