mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Another attempt to fix Pmw loading in plugin runtime
This commit is contained in:
parent
fd472d8403
commit
f711cbf0bb
@ -37,7 +37,8 @@ class tk(package):
|
||||
module('direct.showbase.TkGlobal',
|
||||
'direct.tkpanels',
|
||||
'direct.tkwidgets',
|
||||
'Pmw', 'Pmw.Pmw_1_2', 'Pmw.Pmw_1_3')
|
||||
'Pmw', 'Pmw.Pmw_1_2.lib.PmwLoader',
|
||||
'Pmw.Pmw_1_3.lib.PmwLoader')
|
||||
|
||||
class sqlite(package):
|
||||
config(display_name = "SQLite Interface")
|
||||
|
Loading…
x
Reference in New Issue
Block a user