From a7675bd5010641051096344bffb9ce569193a8fb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 28 Nov 2010 03:34:47 +0100 Subject: s4-python: Fix formatting of docstrings for the purpose of pydoctor. --- source4/torture/drs/python/repl_schema.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/drs/python/repl_schema.py b/source4/torture/drs/python/repl_schema.py index 16f00acdc5..1d94b0fdec 100644 --- a/source4/torture/drs/python/repl_schema.py +++ b/source4/torture/drs/python/repl_schema.py @@ -37,10 +37,12 @@ import samba samba.ensure_external_module("testtools", "testtools") samba.ensure_external_module("subunit", "subunit/python") -from ldb import LdbError, ERR_NO_SUCH_OBJECT -from ldb import SCOPE_BASE -from ldb import Message -from ldb import FLAG_MOD_REPLACE +from ldb import ( + LdbError, + SCOPE_BASE, + Message, + FLAG_MOD_REPLACE, + ) import samba.tests -- cgit