pmw importing

This commit is contained in:
rdb 2011-10-31 15:52:32 +00:00
parent 8ca42e3964
commit 3fc7815bbe
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ class tk(package):
module('direct.showbase.TkGlobal',
'direct.tkpanels',
'direct.tkwidgets',
'Pmw', 'Pmw.Pmw_1_2.lib.*',
'Pmw.Pmw_1_3.lib.*')
'Pmw', 'Pmw.*')
class sqlite(package):
config(display_name = "SQLite Interface")