From 810b76aebeadd44d4fcf35595cda8bce87a77103 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 31 Aug 2004 13:31:42 +0000 Subject: Remove rotor, xreadlines modules --- Lib/rexec.py | 4 ++-- 1 file 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', -- cgit v0.12