diff options
author | Mark Spruiell <mes@zeroc.com> | 2008-04-19 21:34:26 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2008-04-19 21:34:26 -0700 |
commit | 29ad47a2c61f065fdc24e51143d7d004417aee4f (patch) | |
tree | e7740fac426e18fbb347c30e1b7fd9a2e5cfc857 /py/python/Ice.py | |
parent | Reverted previous bogus fix. (diff) | |
download | ice-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.py | 3 |
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 |