1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tim Potter
739ea89eb3 Implement printerdata_ex as Python dictionary. Read only at the moment. -
Tim Potter
9d639cd415 Ignore *.pyc -
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.
-
Tim Potter
c201a61a52 Initial version of printerdata_ex browsing. -
Tim Potter
c211d2deca Move printerdata dictionary object into it's own file. -