1 package org.python.modules; 3 4 7 public class Setup 8 { 9 27 public static String [] builtinModules = { 28 "jarray", 29 "math", 30 "thread", 31 "operator", 32 "time", 33 "os", 34 "types", 35 "py_compile", 36 "pre:org.python.modules.re", 37 "_sre", 38 "synchronize", 39 "cPickle", 40 "cStringIO", 41 "struct", 42 "binascii", 43 "md5:org.python.modules.MD5Module", 44 "exceptions:org.python.core.exceptions", 45 "_codecs", 46 "imp", 47 "sha", 48 "ucnhash", 49 "_jython", 50 "new:org.python.modules.newmodule", 51 "_weakref", 52 "xreadlines", 53 "errno", 54 "array:org.python.modules.ArrayModule", 55 "sets:org.python.modules.sets.Sets" 56 }; 57 } 58 | Popular Tags |