summaryrefslogtreecommitdiffstats
path: root/source3/python/samba
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-09-09 08:34:35 +0000
committerMartin Pool <mbp@samba.org>2002-09-09 08:34:35 +0000
commit0ad8d0c768b2c961a1b93662d7050216edc2d3c0 (patch)
treeb1ec1891bf9405688ec6ddec1189545b143507da /source3/python/samba
parent462818caba9e68f092fdedb3cbcf7155161dffeb (diff)
downloadsamba-0ad8d0c768b2c961a1b93662d7050216edc2d3c0.tar.gz
samba-0ad8d0c768b2c961a1b93662d7050216edc2d3c0.tar.xz
samba-0ad8d0c768b2c961a1b93662d7050216edc2d3c0.zip
Put all Python modules into the 'samba' subpackage. Now you need to
write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
Diffstat (limited to 'source3/python/samba')
-rw-r--r--source3/python/samba/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/python/samba/__init__.py b/source3/python/samba/__init__.py
new file mode 100644
index 0000000000..c818ca3e04
--- /dev/null
+++ b/source3/python/samba/__init__.py
@@ -0,0 +1,7 @@
+"""samba
+
+Various Python modules for interfacing to Samba.
+
+Try using help() to examine their documentation.
+"""
+