Browse Source

add encodings

David Rose 16 years ago
parent
commit
8495118c2e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/p3d/panda3d.pdef

+ 3 - 0
direct/src/p3d/panda3d.pdef

@@ -169,6 +169,9 @@ class morepy(package):
            'macostools', 'findertools', 'EasyDialogs', 'FrameWork',
            'macostools', 'findertools', 'EasyDialogs', 'FrameWork',
            'autoGIL', 'ColorPicker')
            'autoGIL', 'ColorPicker')
 
 
+    # To add the multitude of standard Python string encodings.
+    module('encodings', 'encodings.*')
+
 class models(package):
 class models(package):
     # The standard models package.  This is the contents of the
     # The standard models package.  This is the contents of the
     # "models" directory that ships with Panda; it includes a few
     # "models" directory that ships with Panda; it includes a few