1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-20 08:59:06 +03:00

Use restructuredText formatting for docstrings.

(This used to be commit 0cc58decd7)
This commit is contained in:
Jelmer Vernooij
2008-05-22 17:42:18 +02:00
parent 73e2fc9590
commit c401aa9357
8 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,8 @@ import ldb
from samba.idmap import IDmapDB
import pwd
__docformat__ = "restructuredText"
class SamDB(samba.Ldb):
"""The SAM database."""