From e801caded796599d93dbd50831267e64dfdfd9f5 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 28 Jan 2012 14:21:05 +0000 Subject: [PATCH] aw, forgot to import sys --- direct/src/p3d/thirdparty.pdef | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index 175e40bed2..2ad164a372 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -13,6 +13,8 @@ # Also see panda3d.pdef. +import sys + class wx(package): config(display_name = "wxPython GUI Toolkit") #config(gui_app = True)