1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-25 00:59:11 +03:00
Files
samba-mirror/source/python/samba/__init__.py
Martin Pool 0d3276355e 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.
-

8 lines
114 B
Python

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