1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-22 18:50:15 +03:00

gpt.printers docstring expanded

This commit is contained in:
Игорь Чудов 2020-01-15 14:26:06 +04:00
parent 5d6fbc2d74
commit 6c64055d1f
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -59,8 +59,8 @@ class printer:
def __init__(self, ptype, name, status):
'''
ptype may be one of:
* LocalPrinter
* SharedPrinter
* LocalPrinter - IPP printer
* SharedPrinter - Samba printer
* PortPrinter
'''
self.printer_type = ptype