1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Add docstrings to a couple more python modules.

(This used to be commit b4560c90e5)
This commit is contained in:
Jelmer Vernooij
2008-05-24 04:01:57 +02:00
parent b9c3aae792
commit 73b789b6d2
20 changed files with 136 additions and 18 deletions

View File

@ -22,6 +22,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
"""Functions for setting up a Samba configuration."""
from base64 import b64encode
import os
import pwd
@ -41,8 +43,6 @@ import urllib
from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError, \
LDB_ERR_NO_SUCH_OBJECT, timestring, CHANGETYPE_MODIFY, CHANGETYPE_NONE
"""Functions for setting up a Samba configuration."""
__docformat__ = "restructuredText"
DEFAULTSITE = "Default-First-Site-Name"