diff options
Diffstat (limited to 'py/test/Ice/operations/Client.py')
-rwxr-xr-x | py/test/Ice/operations/Client.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Client.py b/py/test/Ice/operations/Client.py index e4a3fd608f4..9eb16c8a65a 100755 --- a/py/test/Ice/operations/Client.py +++ b/py/test/Ice/operations/Client.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,6 +9,7 @@ # ********************************************************************** import os, sys, traceback +import Ice import Ice slice_dir = Ice.getSliceDir() |