summaryrefslogtreecommitdiff
path: root/source4/libcli/security/security.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-19 00:06:14 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-19 00:06:14 +0200
commitdb0abee678f7b079b32d08334682fcee442e206b (patch)
treed168cc6be50028944d315551bb58cb5e3b4018ca /source4/libcli/security/security.py
parent21897a0539e31c81bb7105fc5da7829a7d58f41e (diff)
parentba5fe7122586d8b382bf78f1e1cb5dbe4293c27b (diff)
downloadsamba-db0abee678f7b079b32d08334682fcee442e206b.tar.gz
samba-db0abee678f7b079b32d08334682fcee442e206b.tar.bz2
samba-db0abee678f7b079b32d08334682fcee442e206b.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs
Diffstat (limited to 'source4/libcli/security/security.py')
-rw-r--r--source4/libcli/security/security.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/libcli/security/security.py b/source4/libcli/security/security.py
index 065c7a19e4..c310dde56b 100644
--- a/source4/libcli/security/security.py
+++ b/source4/libcli/security/security.py
@@ -1,5 +1,5 @@
# This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.35
+# Version 1.3.36
#
# Don't modify this file, modify the SWIG interface instead.
@@ -149,6 +149,9 @@ class Sid(object):
__repr__ = _swig_repr
def __init__(self, *args, **kwargs):
_security.Sid_swiginit(self,_security.new_Sid(*args, **kwargs))
+ def __repr__(self):
+ return "Sid(%r)" % str(self)
+
__swig_destroy__ = _security.delete_Sid
Sid.__str__ = new_instancemethod(_security.Sid___str__,None,Sid)
Sid.__eq__ = new_instancemethod(_security.Sid___eq__,None,Sid)