diff options
Diffstat (limited to 'Lib/rexec.py')
-rw-r--r-- | Lib/rexec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py index 57ea599..6a7c207 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py @@ -23,6 +23,7 @@ import __builtin__ import os import ihooks +__all__ = ["RExec"] class FileBase: |