diff options
Diffstat (limited to 'allTests.py')
-rwxr-xr-x | allTests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/allTests.py b/allTests.py index 7cdc8cc6de3..1915df6d94e 100755 --- a/allTests.py +++ b/allTests.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,8 +10,8 @@ import os, sys, imp -sys.path.append(os.path.join(os.path.dirname(__file__), "config")) -import TestUtil +sys.path.append(os.path.join(os.path.dirname(__file__))) +from scripts import * testGroups = [] |