Browse Source

Move 'io' module from morepy to standard panda3d package

rdb 14 years ago
parent
commit
6eeccd0273
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/p3d/panda3d.pdef

+ 2 - 2
direct/src/p3d/panda3d.pdef

@@ -58,7 +58,7 @@ class panda3d(package):
 
     # Include various standard Python encodings.  The rest is in morepy.
     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.
     import direct
@@ -138,7 +138,7 @@ class morepy(package):
            'bsddb', 'dumbdbm', 'zlib', 'gzip', 'bz2', 'zipfile',
            'tarfile', 'csv', 'ConfigParser', 'robotparser', 'netrc',
            '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',
            'curses.ascii', 'curses.panel', 'platform', 'errno',
            'ctypes', 'select', 'threading', 'thread',