diff options
Diffstat (limited to 'vb/allDemos.py')
-rwxr-xr-x | vb/allDemos.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vb/allDemos.py b/vb/allDemos.py index 1ffacaf9adf..aacdf52ff4a 100755 --- a/vb/allDemos.py +++ b/vb/allDemos.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. @@ -17,8 +17,8 @@ for toplevel in [".", "..", "../..", "../../..", "../../../.."]: else: raise "can't find toplevel directory!" -sys.path.append(os.path.join(toplevel, "demoscript")) -import Util +sys.path.append(os.path.join(toplevel)) +from demoscript import Util # # List of all basic demos. |