From 233337b5fe372d4f12ff6cfc5a0aa6a83ed6bf58 Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Thu, 10 May 2012 23:58:35 -0700 Subject: [PATCH] unwhitelist sys module --- src/python.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python.cpp b/src/python.cpp index 8ef1eed..8ba9851 100644 --- a/src/python.cpp +++ b/src/python.cpp @@ -34,7 +34,6 @@ static std::string moduleWhitelist[] = { "__builtin__", "__main__", "math", - "sys", "time", "traceback", "", -- 2.11.4.GIT