mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python: pep257: docstring should use double quotes
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
ff52e34288
commit
ddba4a06bb
@@ -23,7 +23,7 @@ from samba.samba3 import libsmb_samba_internal as libsmb
|
||||
from samba.netcmd import CommandError
|
||||
|
||||
def get_gpo_dn(samdb, gpo):
|
||||
'''Construct the DN for gpo'''
|
||||
"""Construct the DN for gpo"""
|
||||
|
||||
dn = samdb.get_default_basedn()
|
||||
dn.add_child(ldb.Dn(samdb, "CN=Policies,CN=System"))
|
||||
|
||||
Reference in New Issue
Block a user