mirror of
https://github.com/samba-team/samba.git
synced 2025-07-21 12:59:09 +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
|
||||
import samba, ldb
|
||||
|
||||
class drs_Replicate():
|
||||
class drs_Replicate:
|
||||
'''DRS replication calls'''
|
||||
|
||||
def __init__(self, binding_string, lp, creds, samdb):
|
||||
|
Reference in New Issue
Block a user