mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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:
|
if Pmw is not None:
|
||||||
sys.modules['Pmw'] = sys.modules['_Pmw']
|
sys.modules['Pmw'] = sys.modules['_Pmw']
|
||||||
sys.modules['Pmw'].__name__ = 'Pmw'
|
sys.modules['Pmw'].__name__ = 'Pmw'
|
||||||
module('Pmw', 'Pmw.*')
|
module('Pmw', 'Pmw.Pmw_1_2.lib.*', 'Pmw.Pmw_1_3.lib.*')
|
||||||
|
|
||||||
class sqlite(package):
|
class sqlite(package):
|
||||||
config(display_name = "SQLite Interface")
|
config(display_name = "SQLite Interface")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user