diff options
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. |