Use new style objects.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 6 Jan 2011 13:39:40 +0000 (14:39 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 6 Jan 2011 14:21:21 +0000 (15:21 +0100)
source4/scripting/python/samba/join.py

index 09adf7393b63e1ad94117ff588b9d3270b88456b..6e4cb583c938bafe6d60a8b9257fc6a05ee94503 100644 (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,