summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-01-31 15:58:05 -0800
committerMark Spruiell <mes@zeroc.com>2008-01-31 15:58:05 -0800
commitfa41f0057235e0b7434d224f3f794166d24ccd23 (patch)
treea47724b73b79a821e37adaf36c87f0fdfca074a6 /py/python/Ice.py
parentbug 2335 - updating docu for db.jar (diff)
downloadice-fa41f0057235e0b7434d224f3f794166d24ccd23.tar.bz2
ice-fa41f0057235e0b7434d224f3f794166d24ccd23.tar.xz
ice-fa41f0057235e0b7434d224f3f794166d24ccd23.zip
bug 2421 - add method to get Ice version in scripting languages
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 07bcb132408..581f0de0891 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -37,6 +37,7 @@ import IcePy
# Add some symbols to the Ice module.
#
ObjectPrx = IcePy.ObjectPrx
+version = IcePy.version
identityToString = IcePy.identityToString
stringToIdentity = IcePy.stringToIdentity
generateUUID = IcePy.generateUUID