Fixed false vals.

This commit is contained in:
Joshua Harlow 2012-02-17 14:48:44 -08:00
parent 5180afe228
commit d86d6a4351

View File

@ -40,7 +40,7 @@ SHELL_QUOTE_REPLACERS = {
"(": "\\(",
")": "\\)",
}
FALSE_VALS = ['f', 'false', '0', 'off', False, 0, None]
FALSE_VALS = ['f', 'false', '0', 'off']
#root context guard