also include submodules of Pmw

This commit is contained in:
rdb 2012-01-28 14:37:16 +00:00
parent e801caded7
commit 762f31c27e

View File

@ -48,7 +48,7 @@ class tk(package):
if Pmw is not None:
sys.modules['Pmw'] = sys.modules['_Pmw']
sys.modules['Pmw'].__name__ = 'Pmw'
module('Pmw', 'Pmw.*')
module('Pmw', 'Pmw.Pmw_1_2.lib.*', 'Pmw.Pmw_1_3.lib.*')
class sqlite(package):
config(display_name = "SQLite Interface")