[whos.py] 10Mbps ? où ça du 10Mbps ?

Ignore-this: 840fb2f9fef01a36d7507f0e8128df0f

darcs-hash:20100907133841-b8e4c-5b2975847a90fa48a3c11870fd110e3f576726f5.gz
This commit is contained in:
Xavier Lagorce 2010-09-07 15:38:41 +02:00
parent 02cd51bdfb
commit 9f7e6d38a6

View file

@ -976,9 +976,6 @@ def prise_etat(chbre) :
if prise.is_up() : if prise.is_up() :
f += u', ' + coul(u'machine branchée','vert') f += u', ' + coul(u'machine branchée','vert')
reste_cols = cols - 45 reste_cols = cols - 45
if prise.eth_mode().find('10Mbits')!=-1 :
f+= u', ' + coul(u'prise en 10Mbps','jaune')
reste_cols -= 17
f+=', ' f+=', '
macs = prise.show_prise_mac() macs = prise.show_prise_mac()
if len(macs) == 0: if len(macs) == 0: