diff options
Diffstat (limited to 'scripts/__init__.py')
-rw-r--r-- | scripts/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/__init__.py b/scripts/__init__.py new file mode 100644 index 00000000000..573cba74b62 --- /dev/null +++ b/scripts/__init__.py @@ -0,0 +1,10 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2008 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", "IceGridAdmin", "IceStormUtil", "TestUtil", "subprocess" ] |