diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/rexec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py index 66d7afa..89ff509 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py @@ -136,9 +136,9 @@ class RExec(ihooks._Verbose): ok_builtin_modules = ('audioop', 'array', 'binascii', 'cmath', 'errno', 'imageop', 'marshal', 'math', 'md5', 'operator', - 'parser', 'regex', 'rotor', 'select', + 'parser', 'regex', 'select', 'sha', '_sre', 'strop', 'struct', 'time', - 'xreadlines', '_weakref') + '_weakref') ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink', 'stat', 'times', 'uname', 'getpid', 'getppid', |