diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-29 16:36:48 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-29 16:36:48 (GMT) |
commit | 935b462d736bc8d9622bd9719a83cacf5d406d53 (patch) | |
tree | 8460fa8b907caa96794685dd6ed99ccf2ee1b9cf | |
parent | 47dfbcf847f63eb6b22c8579cf125b54d3166414 (diff) | |
download | SCons-935b462d736bc8d9622bd9719a83cacf5d406d53.zip SCons-935b462d736bc8d9622bd9719a83cacf5d406d53.tar.gz SCons-935b462d736bc8d9622bd9719a83cacf5d406d53.tar.bz2 |
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
-rw-r--r-- | test/Script-import.py | 1 |
1 files changed, 0 insertions, 1 deletions
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', |