- Timestamp:
- 08/23/18 02:18:54 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r3565 r3575 4 4 # Tea4CUPS : Tee for CUPS 5 5 # 6 # (c) 2005-201 3Jerome Alet <alet@librelogiciel.com>6 # (c) 2005-2018 Jerome Alet <alet@librelogiciel.com> 7 7 # (c) 2005 Peter Stuge <stuge-tea4cups@cdy.org> 8 8 # This program is free software; you can redistribute it and/or modify … … 29 29 Licensing terms : 30 30 31 (c) 2005-201 0Jerome Alet <alet@librelogiciel.com>31 (c) 2005-2018 Jerome Alet <alet@librelogiciel.com> 32 32 (c) 2005 Peter Stuge <stuge-tea4cups@cdy.org> 33 33 This program is free software; you can redistribute it and/or modify … … 88 88 from struct import pack, unpack 89 89 90 __version__ = "3.1 3alpha_unofficial"90 __version__ = "3.14alpha_unofficial" 91 91 92 92 class TeeError(Exception): … … 1168 1168 jbing = jbing[-1] 1169 1169 (dummy, self.JobBilling) = jbing 1170 try : 1171 self.JobBilling = str(self.JobBilling) # In some cases it seems to be an integer : bug in pkipplib or something else ??? 1172 except : 1173 pass 1170 1174 1171 1175 def parseIPPRequestFile(self) :