diff options
Diffstat (limited to 'demoscript/IceGrid/simple.py')
-rwxr-xr-x | demoscript/IceGrid/simple.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demoscript/IceGrid/simple.py b/demoscript/IceGrid/simple.py index c13b143998d..0d18f5e5078 100755 --- a/demoscript/IceGrid/simple.py +++ b/demoscript/IceGrid/simple.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. @@ -10,6 +10,7 @@ import sys, time, os from demoscript import * +from scripts import Expect def run(clientStr, desc = 'application'): print "cleaning databases...", |