summaryrefslogtreecommitdiff
path: root/py/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-26 16:22:48 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-03-26 16:22:48 -0230
commit09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f (patch)
treef2d6fef63d085070f174a24f1db123f893bbd1c0 /py/allDemos.py
parentAllow for 3 line comment in header (diff)
downloadice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.bz2
ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.tar.xz
ice-09ad7aefdf77c9575d6b0d8f16df4e2d61cfc41f.zip
Removed protobuf demos/tests
Diffstat (limited to 'py/allDemos.py')
-rwxr-xr-xpy/allDemos.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/py/allDemos.py b/py/allDemos.py
index 230ffb8286e..5829ada88a7 100755
--- a/py/allDemos.py
+++ b/py/allDemos.py
@@ -41,10 +41,5 @@ demos = [
"book/simple_filesystem"
]
-protoDemos = [
- "Ice/protobuf"
-]
-
-
if __name__ == "__main__":
- Util.run(demos, protoDemos)
+ Util.run(demos)