summaryrefslogtreecommitdiff
path: root/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'allDemos.py')
-rwxr-xr-xallDemos.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/allDemos.py b/allDemos.py
index 073057a85b9..a026acef24d 100755
--- a/allDemos.py
+++ b/allDemos.py
@@ -15,10 +15,7 @@ from demoscript import *
demoGroups = []
-if os.path.isdir("cpp"):
- subdirs = [ "cpp", "java", "cs", "py", "rb", "js"]
-else:
- subdirs = [ "demo", "demoj", "democs", "demopy", "demorb", "demojs"]
+subdirs = [ "cpp", "java", "cs", "py", "rb", "js"]
for d in subdirs: