diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-06 13:25:56 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-06 13:25:56 -0330 |
commit | 6ddb75171faf34c2361f49bd197085fb7821ba73 (patch) | |
tree | 5217eef6e36b7dd074a24a6616a7cccde8edf166 /demoscript/IceGrid/simple.py | |
parent | Updated CHANGES (diff) | |
download | ice-6ddb75171faf34c2361f49bd197085fb7821ba73.tar.bz2 ice-6ddb75171faf34c2361f49bd197085fb7821ba73.tar.xz ice-6ddb75171faf34c2361f49bd197085fb7821ba73.zip |
Demo fixes
Diffstat (limited to 'demoscript/IceGrid/simple.py')
-rwxr-xr-x | demoscript/IceGrid/simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/IceGrid/simple.py b/demoscript/IceGrid/simple.py index 00a3d2d3450..b28087fe549 100755 --- a/demoscript/IceGrid/simple.py +++ b/demoscript/IceGrid/simple.py @@ -8,7 +8,7 @@ # # ********************************************************************** -import sys, demoscript +import sys, demoscript, time def run(clientStr, desc = 'application'): print "cleaning databases...", |