diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-12-12 12:30:05 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-12-12 12:30:05 +0100 |
commit | 5cf112b3048a977aa51b4d879ea6bfdf18aee05c (patch) | |
tree | 4f0b82075c309c52689decd4b787fc546ac50023 /py/allDemos.py | |
parent | Fixed ICE-5133: Python 3.3 support for metrics demo (diff) | |
download | ice-5cf112b3048a977aa51b4d879ea6bfdf18aee05c.tar.bz2 ice-5cf112b3048a977aa51b4d879ea6bfdf18aee05c.tar.xz ice-5cf112b3048a977aa51b4d879ea6bfdf18aee05c.zip |
Fixed ICE-5135 - Added expect.py script Python metrics demo
Diffstat (limited to 'py/allDemos.py')
-rwxr-xr-x | py/allDemos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/allDemos.py b/py/allDemos.py index b59188e2bbd..f75bf19e564 100755 --- a/py/allDemos.py +++ b/py/allDemos.py @@ -31,6 +31,7 @@ demos = [ "Ice/hello", "Ice/latency", "Ice/minimal", + "Ice/metrics", "Ice/session", "Ice/throughput", "Ice/value", |