mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add encodings
This commit is contained in:
parent
f425a6e8bd
commit
8495118c2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user