# HG changeset patch # User igor # Date 1190381356 -10800 # Node ID 9cef8b150473e5277f1a597bb71c534420d51093 # Parent a268a77541507739145e4b6eb9dc95583b3ee100 show_int fix diff -r a268a7754150 -r 9cef8b150473 xentaur.py --- a/xentaur.py Fri Sep 21 16:21:15 2007 +0300 +++ b/xentaur.py Fri Sep 21 16:29:16 2007 +0300 @@ -251,7 +251,7 @@ Show information about the interface of the domain """ - vbridges_table[domain][int_number] + return vbridges_table[domain][int_number] #-----------------------------------------------------------------------