1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

Updated examples for new top level module layout.

Fixed some bugs also.
This commit is contained in:
Tim Potter
-
parent b5227f0a64
commit 3e19e3afdb
3 changed files with 25 additions and 8 deletions

View File

@@ -2,8 +2,13 @@
#
# Display the changeid for a list of printers given on the command line
#
# Sample usage:
#
# changeid.py '\\win2kdc1\magpie'
#
import sys, spoolss
import sys
from samba import spoolss
if len(sys.argv) == 1:
print "Usage: changeid.py <printername>"