From 935b462d736bc8d9622bd9719a83cacf5d406d53 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 29 Sep 2015 09:36:48 -0700 Subject: fix test which was verifying that PrintHelp wasn't in SCons.script because at some point in the past there was such a function which was removed. Pull request #226 for bug #2831 restored/recreated a same named function and broke this test --- test/Script-import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Script-import.py b/test/Script-import.py index 98ae271..504de0e 100644 --- a/test/Script-import.py +++ b/test/Script-import.py @@ -62,7 +62,6 @@ SCons.Script.CleanTask SCons.Script.QuestionTask old_SCons_Script_variables = [ - 'PrintHelp', 'OptParser', 'keep_going_on_error', 'print_explanations', -- cgit v0.12