mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Attempt to fix Pmw in plugin environment
This commit is contained in:
parent
8dc21c8cae
commit
fd472d8403
@ -37,7 +37,7 @@ class tk(package):
|
|||||||
module('direct.showbase.TkGlobal',
|
module('direct.showbase.TkGlobal',
|
||||||
'direct.tkpanels',
|
'direct.tkpanels',
|
||||||
'direct.tkwidgets',
|
'direct.tkwidgets',
|
||||||
'Pmw')
|
'Pmw', 'Pmw.Pmw_1_2', 'Pmw.Pmw_1_3')
|
||||||
|
|
||||||
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