summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-04-19 21:34:26 -0700
committerMark Spruiell <mes@zeroc.com>2008-04-19 21:34:26 -0700
commit29ad47a2c61f065fdc24e51143d7d004417aee4f (patch)
treee7740fac426e18fbb347c30e1b7fd9a2e5cfc857 /py/python/Ice.py
parentReverted previous bogus fix. (diff)
downloadice-29ad47a2c61f065fdc24e51143d7d004417aee4f.tar.bz2
ice-29ad47a2c61f065fdc24e51143d7d004417aee4f.tar.xz
ice-29ad47a2c61f065fdc24e51143d7d004417aee4f.zip
bug 3006 - providing Ice version in various mappings
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 89735152181..fa1b1ccd3cd 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -36,7 +36,8 @@ import IcePy
# Add some symbols to the Ice module.
#
ObjectPrx = IcePy.ObjectPrx
-version = IcePy.version
+stringVersion = IcePy.stringVersion
+intVersion = IcePy.intVersion
generateUUID = IcePy.generateUUID
loadSlice = IcePy.loadSlice