1
0
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:
Jelmer Vernooij 2011-01-06 14:39:40 +01:00
parent 4236ec9d6d
commit b44fe4e3bb

View File

@ -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,