diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-09-24 09:54:26 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-09-24 09:54:26 -0230 |
commit | f1cf78361661a49af2116bf6950ca962807fd96e (patch) | |
tree | 652fa2bf67c464be96e0a97c5d6811f7084b35c2 /py/demo/Ice/bidir/Server.py | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.bz2 ice-f1cf78361661a49af2116bf6950ca962807fd96e.tar.xz ice-f1cf78361661a49af2116bf6950ca962807fd96e.zip |
Changed version to 3.3
Diffstat (limited to 'py/demo/Ice/bidir/Server.py')
-rw-r--r-- | py/demo/Ice/bidir/Server.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/demo/Ice/bidir/Server.py b/py/demo/Ice/bidir/Server.py index ba020178dbc..f14fc59b155 100644 --- a/py/demo/Ice/bidir/Server.py +++ b/py/demo/Ice/bidir/Server.py @@ -14,9 +14,9 @@ slice_dir = os.getenv('ICEPY_HOME', '') if len(slice_dir) == 0 or not os.path.exists(os.path.join(slice_dir, 'slice')): slice_dir = os.getenv('ICE_HOME', '') if len(slice_dir) == 0 or not os.path.exists(os.path.join(slice_dir, 'slice')): - slice_dir = os.path.join('/', 'usr', 'share', 'Ice-3.2.0') + slice_dir = os.path.join('/', 'usr', 'share', 'Ice-3.3.0') if not os.path.exists(os.path.join(slice_dir, 'slice')): - slice_dir = os.path.join('/', 'opt', 'Ice-3.2.0') + slice_dir = os.path.join('/', 'opt', 'Ice-3.3.0') if not os.path.exists(os.path.join(slice_dir, 'slice')): print sys.argv[0] + ': Slice directory not found. Define ICEPY_HOME or ICE_HOME.' sys.exit(1) |