From 8495118c2eb92a5ff3bf2bd10cad611cc5957a44 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Dec 2009 00:01:36 +0000 Subject: [PATCH] add encodings --- direct/src/p3d/panda3d.pdef | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index 420ce673b2..5ca74cd452 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -169,6 +169,9 @@ class morepy(package): 'macostools', 'findertools', 'EasyDialogs', 'FrameWork', 'autoGIL', 'ColorPicker') + # To add the multitude of standard Python string encodings. + module('encodings', 'encodings.*') + class models(package): # The standard models package. This is the contents of the # "models" directory that ships with Panda; it includes a few