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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user