From c47a98379817f09bbcb86e5962deb153d3618891 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 11 Jan 2014 13:14:18 +0000 Subject: [PATCH] Exclude _mysql.pyd from main Panda3D package, to reduce file size --- direct/src/p3d/panda3d.pdef | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index 98b44ffab9..6c93c4485d 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -87,6 +87,8 @@ class panda3d(package): 'direct.tkpanels', 'direct.tkwidgets', 'tkCommonDialog', 'tkMessageBox', 'tkSimpleDialog') + excludeModule('MySQLdb', '_mysql') + # Most of the core Panda3D DLL's will be included implicitly due to # being referenced by the above Python code. Here we name a few more # that are also needed, but aren't referenced by any code. Again,