From 15ae6832d422a453d88c08c3821f1922c2e4daaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 29 Mar 2013 11:34:39 +0100 Subject: [PATCH] Remove unneeded test in build.py --- build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build.py b/build.py index 85d3704a2a..66c16b5ad1 100755 --- a/build.py +++ b/build.py @@ -51,7 +51,6 @@ EXTERNAL_SRC = [ EXAMPLES = [path for path in ifind('examples') - if not path.startswith('examples/standalone/') if path.endswith('.html') if path != 'examples/index.html']