summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-05-06 07:57:04 -0700
committerMark Spruiell <mes@zeroc.com>2008-05-06 07:57:04 -0700
commit7f620777773255f4b9d931665ad5ca5d80e6fdae (patch)
tree700b5c05759603a725852c0b919705fa8c37a88d /py/python/Ice.py
parentFix to build against binary installation (diff)
downloadice-7f620777773255f4b9d931665ad5ca5d80e6fdae.tar.bz2
ice-7f620777773255f4b9d931665ad5ca5d80e6fdae.tar.xz
ice-7f620777773255f4b9d931665ad5ca5d80e6fdae.zip
bug 3069 - Ice.getSliceDir broken in Python
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index fa1b1ccd3cd..9feb0d2a8df 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -131,7 +131,7 @@ def getSliceDir():
if os.path.exists(dir):
return os.path.normpath(dir)
- iceVer = version()
+ iceVer = stringVersion()
#
# Check platform-specific locations.