diff options
Diffstat (limited to 'demoscript/IceGrid')
-rwxr-xr-x | demoscript/IceGrid/__init__.py | 2 | ||||
-rwxr-xr-x | demoscript/IceGrid/allocate.py | 3 | ||||
-rwxr-xr-x | demoscript/IceGrid/icebox.py | 3 | ||||
-rwxr-xr-x | demoscript/IceGrid/sessionActivation.py | 3 | ||||
-rwxr-xr-x | demoscript/IceGrid/simple.py | 3 |
5 files changed, 9 insertions, 5 deletions
diff --git a/demoscript/IceGrid/__init__.py b/demoscript/IceGrid/__init__.py index 1f65e2040ac..4ed7c4586c0 100755 --- a/demoscript/IceGrid/__init__.py +++ b/demoscript/IceGrid/__init__.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. diff --git a/demoscript/IceGrid/allocate.py b/demoscript/IceGrid/allocate.py index 89c7e2975db..ea004293506 100755 --- a/demoscript/IceGrid/allocate.py +++ b/demoscript/IceGrid/allocate.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, os from demoscript import * +from scripts import Expect def run(clientCmd): print "cleaning databases...", diff --git a/demoscript/IceGrid/icebox.py b/demoscript/IceGrid/icebox.py index edd2f581fc9..b571de648fb 100755 --- a/demoscript/IceGrid/icebox.py +++ b/demoscript/IceGrid/icebox.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...", diff --git a/demoscript/IceGrid/sessionActivation.py b/demoscript/IceGrid/sessionActivation.py index d6b2f93bef2..4b61dc61b57 100755 --- a/demoscript/IceGrid/sessionActivation.py +++ b/demoscript/IceGrid/sessionActivation.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, os from demoscript import * +from scripts import Expect def run(clientCmd): print "cleaning databases...", 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...", |