diff options
Diffstat (limited to 'demoscript/Freeze/phonebook.py')
-rwxr-xr-x | demoscript/Freeze/phonebook.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demoscript/Freeze/phonebook.py b/demoscript/Freeze/phonebook.py index aa8927adabd..e4ea041bcb4 100755 --- a/demoscript/Freeze/phonebook.py +++ b/demoscript/Freeze/phonebook.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. @@ -9,7 +9,7 @@ # ********************************************************************** import sys -import demoscript.Expect as Expect +from scripts import Expect def dequote(s): cur = 0 |