mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Use new style objects.
This commit is contained in:
parent
4236ec9d6d
commit
b44fe4e3bb
@ -36,7 +36,8 @@ import talloc
|
||||
# this makes debugging easier
|
||||
talloc.enable_null_tracking()
|
||||
|
||||
class dc_join:
|
||||
|
||||
class dc_join(object):
|
||||
'''perform a DC join'''
|
||||
|
||||
def __init__(ctx, server=None, creds=None, lp=None, site=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user