From b92e172172b3e887d0293e691ffa4e2d2d88ecee Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 8 Jan 2012 11:51:05 +0000 Subject: [PATCH] to hell with the encodings, let's just pull in morepy entirely for pdeploy --- direct/src/p3d/panda3d.pdef | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index 2d9ee6348f..5e10068c40 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -370,8 +370,7 @@ class pdeploy(p3d): config(display_name = "Panda3D Deployment Tool", hidden = True, platform_specific = False, keep_user_env = True) - require('panda3d') + require('panda3d', 'morepy') - module('encodings', 'encodings.zlib_codec', 'encodings.bz2_codec') mainModule('direct.p3d.pdeploy')