mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r26503: Change order of arguments in param interface so it's easier to make the
section name optional. Fix several smaller bits and pieces in the Python code.
(This used to be commit 1b89311e5f
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
e956111917
commit
32f439bfa4
@ -27,7 +27,7 @@ class LdbTestCase(unittest.TestCase):
|
||||
self.filename = os.tempnam()
|
||||
self.ldb = samba.Ldb(self.filename)
|
||||
|
||||
def load_modules(self, modules=[]):
|
||||
def set_modules(self, modules=[]):
|
||||
m = ldb.Message()
|
||||
m.dn = ldb.Dn(self.ldb, "@MODULES")
|
||||
m["@LIST"] = ",".join(modules)
|
||||
|
Reference in New Issue
Block a user