mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
also include submodules of Pmw
This commit is contained in:
parent
e801caded7
commit
762f31c27e
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user