瀏覽代碼

Include logging.handlers, logging.config, etc as well

rdb 16 年之前
父節點
當前提交
33653fd957
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      direct/src/p3d/panda3d.pdef

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

@@ -130,10 +130,10 @@ class morepy(package):
            'glob', 'fnmatch', 'linecache', 'shutil', 'dircache',
            'glob', 'fnmatch', 'linecache', 'shutil', 'dircache',
            'macpath', 'pickle', 'cPickle', 'copy_reg', 'shelve',
            'macpath', 'pickle', 'cPickle', 'copy_reg', 'shelve',
            'marshal', 'anydbm', 'whichdb', 'dbm', 'gdbm', 'dbhash',
            'marshal', 'anydbm', 'whichdb', 'dbm', 'gdbm', 'dbhash',
-           'bsddb', 'dumbdbm', 'zlib', 'gzip', 'bz2',
-           'zipfile', 'tarfile', 'csv', 'ConfigParser', 'robotparser',
-           'netrc', 'xdrlib', 'plistlib', 'hashlib', 'hmac', 'md5',
-           'sha', 'os', 'io', 'time', 'optparse', 'getopt', 'logging')
+           'bsddb', 'dumbdbm', 'zlib', 'gzip', 'bz2', 'zipfile',
+           'tarfile', 'csv', 'ConfigParser', 'robotparser', 'netrc',
+           'xdrlib', 'plistlib', 'hashlib', 'hmac', 'md5', 'sha', 'os',
+           'io', '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',