mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
include encodings.mbcs
This commit is contained in:
parent
a5c746b5d7
commit
d114ab235e
@ -58,7 +58,7 @@ class panda3d(package):
|
|||||||
|
|
||||||
# Include various standard Python encodings. The rest is in morepy.
|
# Include various standard Python encodings. The rest is in morepy.
|
||||||
module('encodings', 'encodings.utf_8', 'encodings.ascii',
|
module('encodings', 'encodings.utf_8', 'encodings.ascii',
|
||||||
'encodings.string_escape')
|
'encodings.string_escape', 'encodings.mbcs')
|
||||||
|
|
||||||
# Pick up the shader files that appear in direct/src/filter.
|
# Pick up the shader files that appear in direct/src/filter.
|
||||||
import direct
|
import direct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user