mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s4-pydrs: fix for python 2.4
thanks to Kamen and David Gonzalez for spotting this
This commit is contained in:
@ -23,7 +23,7 @@ from samba.dcerpc import drsuapi, misc
|
|||||||
from samba.net import Net
|
from samba.net import Net
|
||||||
import samba, ldb
|
import samba, ldb
|
||||||
|
|
||||||
class drs_Replicate():
|
class drs_Replicate:
|
||||||
'''DRS replication calls'''
|
'''DRS replication calls'''
|
||||||
|
|
||||||
def __init__(self, binding_string, lp, creds, samdb):
|
def __init__(self, binding_string, lp, creds, samdb):
|
||||||
|
Reference in New Issue
Block a user