mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
If all else fails, use a dirty hack
This commit is contained in:
parent
3fc7815bbe
commit
149a7c1b9c
@ -36,8 +36,11 @@ class tk(package):
|
||||
'tkMessageBox', 'tkSimpleDialog')
|
||||
module('direct.showbase.TkGlobal',
|
||||
'direct.tkpanels',
|
||||
'direct.tkwidgets',
|
||||
'Pmw', 'Pmw.*')
|
||||
'direct.tkwidgets')
|
||||
|
||||
# Hack because Pmw uses weird import stuff
|
||||
import Pmw
|
||||
module('Pmw', 'Pmw.*')
|
||||
|
||||
class sqlite(package):
|
||||
config(display_name = "SQLite Interface")
|
||||
|
Loading…
x
Reference in New Issue
Block a user