Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 810b76a

Browse files
committed
Remove rotor, xreadlines modules
1 parent 7297da8 commit 810b76a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/rexec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ class RExec(ihooks._Verbose):
136136
ok_builtin_modules = ('audioop', 'array', 'binascii',
137137
'cmath', 'errno', 'imageop',
138138
'marshal', 'math', 'md5', 'operator',
139-
'parser', 'regex', 'rotor', 'select',
139+
'parser', 'regex', 'select',
140140
'sha', '_sre', 'strop', 'struct', 'time',
141-
'xreadlines', '_weakref')
141+
'_weakref')
142142

143143
ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',
144144
'stat', 'times', 'uname', 'getpid', 'getppid',

0 commit comments

Comments
 (0)