From 96b652310cf8077926f241a15b853b0676bd3f3c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Jun 2010 20:35:35 -0400 Subject: Don't warn about --import in doc when --no-python --- test/CheckTests.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/CheckTests.py b/test/CheckTests.py index 225d4a8d..1a364ff4 100755 --- a/test/CheckTests.py +++ b/test/CheckTests.py @@ -71,7 +71,14 @@ for line in pipe.stderr: else: documented_options.remove(option) -known_alternates = [ 'cost', 'first', 'last', 'leeway', 'period-sort' ] +known_alternates = [ + 'cost', + 'first', + 'import', + 'last', + 'leeway', + 'period-sort' +] for option in documented_options: if option not in known_alternates: -- cgit v1.2.3