diff options
Diffstat (limited to 'demoscript/__init__.py')
-rw-r--r--[-rwxr-xr-x] | demoscript/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demoscript/__init__.py b/demoscript/__init__.py index 3cc5d18355e..ac7111f943c 100755..100644 --- a/demoscript/__init__.py +++ b/demoscript/__init__.py @@ -1,10 +1,10 @@ # ********************************************************************** # -# 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. # # ********************************************************************** -__all__ = ["Expect", "Util" ] +__all__ = [ "Util" ] |