diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-05-06 07:57:04 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-05-06 07:57:04 -0700 |
commit | 7f620777773255f4b9d931665ad5ca5d80e6fdae (patch) | |
tree | 700b5c05759603a725852c0b919705fa8c37a88d /py/python/Ice.py | |
parent | Fix to build against binary installation (diff) | |
download | ice-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.py | 2 |
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. |