# HG changeset patch # User igor # Date 1190380875 -10800 # Node ID a268a77541507739145e4b6eb9dc95583b3ee100 # Parent fcd08a4f3216b3610c2e318f0433945bfa8aa97d show_int docstring diff -r fcd08a4f3216 -r a268a7754150 xentaur.py --- a/xentaur.py Fri Sep 21 16:19:12 2007 +0300 +++ b/xentaur.py Fri Sep 21 16:21:15 2007 +0300 @@ -247,6 +247,10 @@ int_connect(domain, int_number, bridge) def show_int(domain, int_number): + """ + Show information about the interface + of the domain + """ vbridges_table[domain][int_number] #-----------------------------------------------------------------------