to hell with the encodings, let's just pull in morepy entirely for pdeploy

This commit is contained in:
rdb 2012-01-08 11:51:05 +00:00
parent 1208f78d86
commit b92e172172
1 changed files with 1 additions and 2 deletions

View File

@ -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')