From 8dc21d6f30d1466f07b38e0d015de39a8c0d29d2 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 14 Oct 2009 15:08:30 -0600 Subject: Make plugin browser show plugin parent class --- ipawebui/widgets.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ipawebui') diff --git a/ipawebui/widgets.py b/ipawebui/widgets.py index 71eee9200..74b9d7e0c 100644 --- a/ipawebui/widgets.py +++ b/ipawebui/widgets.py @@ -58,6 +58,11 @@ class IPAPlugins(base.Container): + + base(s) + + + docstring

-- 
cgit