mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Move 'io' module from morepy to standard panda3d package
This commit is contained in:
parent
388551f4da
commit
6eeccd0273
@ -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.mbcs')
|
'encodings.string_escape', 'encodings.mbcs', 'io')
|
||||||
|
|
||||||
# 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
|
||||||
@ -138,7 +138,7 @@ class morepy(package):
|
|||||||
'bsddb', 'dumbdbm', 'zlib', 'gzip', 'bz2', 'zipfile',
|
'bsddb', 'dumbdbm', 'zlib', 'gzip', 'bz2', 'zipfile',
|
||||||
'tarfile', 'csv', 'ConfigParser', 'robotparser', 'netrc',
|
'tarfile', 'csv', 'ConfigParser', 'robotparser', 'netrc',
|
||||||
'xdrlib', 'plistlib', 'hashlib', 'hmac', 'md5', 'sha', 'os',
|
'xdrlib', 'plistlib', 'hashlib', 'hmac', 'md5', 'sha', 'os',
|
||||||
'io', 'time', 'optparse', 'getopt', 'logging', 'logging.*')
|
'time', 'optparse', 'getopt', 'logging', 'logging.*')
|
||||||
module('getpass', 'curses', 'curses.textpad', 'curses.wrapper',
|
module('getpass', 'curses', 'curses.textpad', 'curses.wrapper',
|
||||||
'curses.ascii', 'curses.panel', 'platform', 'errno',
|
'curses.ascii', 'curses.panel', 'platform', 'errno',
|
||||||
'ctypes', 'select', 'threading', 'thread',
|
'ctypes', 'select', 'threading', 'thread',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user