From 142f05bc088890f582d9c4492002665679535c48 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 14 Oct 2003 21:16:39 +0000 Subject: syntax --- scripts/splittree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/splittree.py') diff --git a/scripts/splittree.py b/scripts/splittree.py index f9e4b724c..9081bfedf 100644 --- a/scripts/splittree.py +++ b/scripts/splittree.py @@ -449,7 +449,7 @@ if "__main__" == __name__: else: usage("You forgot to specify --srcdir") - if (options.has_key("--productpath"): + if options.has_key("--productpath"): timber.product_path = options["--productpath"] logfile = timber.main() -- cgit