xentaur

changeset 26:9cef8b150473

show_int fix
author igor
date Fri Sep 21 16:29:16 2007 +0300 (2007-09-21)
parents a268a7754150
children 9821c9a972cd
files xentaur.py
line diff
     1.1 --- a/xentaur.py	Fri Sep 21 16:21:15 2007 +0300
     1.2 +++ b/xentaur.py	Fri Sep 21 16:29:16 2007 +0300
     1.3 @@ -251,7 +251,7 @@
     1.4      Show information about the interface <int_nuber>
     1.5      of the domain <domain>
     1.6      """
     1.7 -    vbridges_table[domain][int_number]
     1.8 +    return vbridges_table[domain][int_number]
     1.9  
    1.10  #-----------------------------------------------------------------------
    1.11