Changeset 1579
- Timestamp:
- 06/29/04 09:55:18 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkhint
r1578 r1579 24 24 # 25 25 # $Log$ 26 # Revision 1.13 2004/06/29 07:55:18 jalet 27 # Doesn't output the warning message when --help or --version is asked 28 # 26 29 # Revision 1.12 2004/06/29 07:53:11 jalet 27 30 # Improved pkhint … … 213 216 def main(self, args, options) : 214 217 """Main work is done here.""" 218 sys.stderr.write("BEWARE : This tool doesn't support LPRng's printcap files yet.\n") 215 219 print "\nPlease wait while pkhint analyzes your printing system's configuration..." 216 220 printers = self.extractPrintersInformation() … … 263 267 264 268 if __name__ == "__main__" : 265 sys.stderr.write("BEWARE : This tool doesn't support LPRng's printcap files yet.\n")266 269 retcode = 0 267 270 try :