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 | 0b819e864a62941f53f5a30dd4060f2935d64a03 (patch) | |
tree | d061728beae45cd1cc3e1d78614c0fca570d8c4d /source3/python/README | |
parent | 8a362924714c53b5a5c02b7969a91b4240db57d2 (diff) | |
download | samba-0b819e864a62941f53f5a30dd4060f2935d64a03.tar.gz samba-0b819e864a62941f53f5a30dd4060f2935d64a03.tar.bz2 samba-0b819e864a62941f53f5a30dd4060f2935d64a03.zip |
Add little meta note
(This used to be commit c651720633e3affb192eef9e676fad37a0ad4fae)
Diffstat (limited to 'source3/python/README')
-rw-r--r-- | source3/python/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/python/README b/source3/python/README index f751046376..6d42897bad 100644 --- a/source3/python/README +++ b/source3/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. |