Remove unneeded test in build.py

This commit is contained in:
Éric Lemoine
2013-03-29 11:34:39 +01:00
parent 4428fe0f5a
commit 15ae6832d4

View File

@@ -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']