summaryrefslogtreecommitdiff
path: root/demoscript/__init__.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-08-04 19:18:45 -0230
committerMatthew Newhook <matthew@zeroc.com>2008-08-04 19:18:45 -0230
commitd9c568300c2aed6ab736026ea116b3f1a72fbe43 (patch)
tree27191ba2b0d1ef43256561da01462b98c7bd696d /demoscript/__init__.py
parentMerge branch 'R3_3_branch' of ssh://cvs.zeroc.com/home/git/ice into R3_3_branch (diff)
downloadice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.bz2
ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.xz
ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.zip
Numerous cleanups to the test suite and expect scripts.
Conflicts: cpp/test/Glacier2/staticFiltering/run.py
Diffstat (limited to 'demoscript/__init__.py')
-rw-r--r--[-rwxr-xr-x]demoscript/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/__init__.py b/demoscript/__init__.py
index 3cc5d18355e..e207a485a13 100755..100644
--- a/demoscript/__init__.py
+++ b/demoscript/__init__.py
@@ -7,4 +7,4 @@
#
# **********************************************************************
-__all__ = ["Expect", "Util" ]
+__all__ = [ "Util" ]