mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
Use new style objects.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user