diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-24 16:24:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-24 16:24:45 +0000 |
commit | 049b30300dc46afd8946de80fb01949cd117ea2f (patch) | |
tree | 9072e4c543166706d306a6fd913e8e0436c1739b /py/python/Ice.py | |
parent | Changed prefix for inherited .NET framework methods. (diff) | |
download | ice-049b30300dc46afd8946de80fb01949cd117ea2f.tar.bz2 ice-049b30300dc46afd8946de80fb01949cd117ea2f.tar.xz ice-049b30300dc46afd8946de80fb01949cd117ea2f.zip |
adding generateUUID
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 3f7bc88746a..04feae06c73 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -11,6 +11,7 @@ import IcePy ObjectPrx = IcePy.ObjectPrx identityToString = IcePy.identityToString stringToIdentity = IcePy.stringToIdentity +generateUUID = IcePy.generateUUID loadSlice = IcePy.loadSlice # |