diff options
Diffstat (limited to 'source/python/samba')
-rw-r--r-- | source/python/samba/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/python/samba/__init__.py b/source/python/samba/__init__.py new file mode 100644 index 00000000000..c818ca3e044 --- /dev/null +++ b/source/python/samba/__init__.py @@ -0,0 +1,7 @@ +"""samba + +Various Python modules for interfacing to Samba. + +Try using help() to examine their documentation. +""" + |