Changeset 2090 for pykota/trunk
- Timestamp:
- 02/22/05 18:18:18 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkhint
r2028 r2090 24 24 # 25 25 # $Log$ 26 # Revision 1.23 2005/02/22 17:18:18 jalet 27 # Simplified pkhint's output to take care of the software() accounter 28 # optimization and of the internal PJL accounter. 29 # 26 30 # Revision 1.22 2005/01/17 08:44:23 jalet 27 31 # Modified copyright years … … 285 289 netpjlcommand = self.accepts(NETPJLTESTS, hostname, port) 286 290 if netpjlcommand is not None : 287 accounter = 'hardware(' + netpjlcommand + ')' 291 #accounter = 'hardware(' + netpjlcommand + ')' 292 accounter = 'hardware(pjl)' 288 293 configuration.append((printer, accounter)) 289 294 else : 290 configuration.append((printer, "software( /usr/bin/pkpgcounter)"))295 configuration.append((printer, "software()")) 291 296 else : 292 configuration.append((printer, "software( /usr/bin/pkpgcounter)"))297 configuration.append((printer, "software()")) 293 298 294 299 if not configuration :