diff options
author | Martin Pool <mbp@samba.org> | 2002-09-09 05:22:13 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-09-09 05:22:13 +0000 |
commit | c651720633e3affb192eef9e676fad37a0ad4fae (patch) | |
tree | 3e07b0bcfa146691ece158f30876b521378b9540 /source/python | |
parent | fc5e186821abc429ea8314d0785b76cbe1ec5f74 (diff) | |
download | samba-c651720633e3affb192eef9e676fad37a0ad4fae.tar.gz samba-c651720633e3affb192eef9e676fad37a0ad4fae.tar.xz samba-c651720633e3affb192eef9e676fad37a0ad4fae.zip |
Add little meta note
Diffstat (limited to 'source/python')
-rw-r--r-- | source/python/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/python/README b/source/python/README index f7510463768..6d42897bad1 100644 --- a/source/python/README +++ b/source/python/README @@ -1,3 +1,9 @@ +This directory contains Python bindings to allow you to access various +aspects of Samba. At the moment their status is "experimental" and +they are not built by default. + + +---- Quick Install Guide -- Lines prepended with a $ indicate shell commands. |