1
0
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:
Andrew Tridgell
2010-09-16 07:38:14 +10:00
parent 32976e2eaa
commit eeafe1eb65

View File

@ -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):