diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-21 11:14:11 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-21 11:14:11 +0200 |
commit | 1856b999c88e0e460fbf713b459d5d367db999f2 (patch) | |
tree | bb84c9ac764c35f21eb0d238382d8862dd50f90d /librpc | |
parent | 4c32978d973093903a5372a6f358275184bbcab2 (diff) | |
download | samba-1856b999c88e0e460fbf713b459d5d367db999f2.tar.gz samba-1856b999c88e0e460fbf713b459d5d367db999f2.tar.bz2 samba-1856b999c88e0e460fbf713b459d5d367db999f2.zip |
python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__cmp__.
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/misc.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/misc.idl b/librpc/idl/misc.idl index c4d8c62ca3..5bc3c9f976 100644 --- a/librpc/idl/misc.idl +++ b/librpc/idl/misc.idl @@ -2,7 +2,9 @@ miscellaneous IDL structures */ + [ + pyhelper("librpc/ndr/py_misc.c"), pointer_default(unique) ] interface misc |