1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00
Martin Pool 0ad8d0c768 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)
2002-09-09 08:34:35 +00:00

8 lines
114 B
Python

"""samba
Various Python modules for interfacing to Samba.
Try using help() to examine their documentation.
"""