From 3fc7815bbef8d5d6a766f8dcd7a38122a834c39f Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 31 Oct 2011 15:52:32 +0000 Subject: [PATCH] pmw importing --- direct/src/p3d/thirdparty.pdef | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index a09aee9b89..2870feb94e 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -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")