unicode
darcs-hash:20060404153726-4ec08-442e7fdb0078729697e53575bfef5ef36dc493d3.gz
This commit is contained in:
parent
0a91a260df
commit
628a8f2032
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ class base_reconfigure:
|
|||
|
||||
def macip(self, ips):
|
||||
import firewall
|
||||
cprint("Mise à jour correspondance MAC-IP", 'gras')
|
||||
cprint(u"Mise à jour correspondance MAC-IP", 'gras')
|
||||
eval("firewall.firewall_%s()" % hostname).mac_ip_maj(ips)
|
||||
|
||||
class rouge(base_reconfigure):
|
||||
|
@ -181,7 +181,7 @@ class komaz(base_reconfigure):
|
|||
return self.__real_fw
|
||||
|
||||
def macip(self, ips):
|
||||
cprint("Mise à jour correspondance MAC-IP", 'gras')
|
||||
cprint(u"Mise à jour correspondance MAC-IP", 'gras')
|
||||
self.__fw().mac_ip_maj(ips)
|
||||
|
||||
def ports(self, ips):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue