From a2f8a130c24a5a69ad51f4bd9d606f5e0426b3c2 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 17 Aug 2010 06:55:23 +0000 Subject: [PATCH] add some missing module() lines --- direct/src/p3d/thirdparty.pdef | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index eb5e48c7f2..15a698f06c 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -18,7 +18,11 @@ class wx(package): #config(gui_app = True) require('panda3d') - module('direct.showbase.WxGlobal', 'wx', 'wx.*') + module('direct.showbase.WxGlobal') + module('direct.wxwidgets') + module('direct.wxwidgets.WxAppShell') + module('direct.wxwidgets.WxSlider') + module('wx', 'wx.*') class tk(package): config(display_name = "Tk GUI Toolkit")