Changeset 1490 for pykota/trunk/bin
- Timestamp:
- 05/21/04 23:02:56 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r1483 r1490 24 24 # 25 25 # $Log$ 26 # Revision 1.59 2004/05/21 21:02:56 jalet 27 # The pykota filter is now deprecated 28 # 26 29 # Revision 1.58 2004/05/18 14:48:47 jalet 27 30 # Big code changes to completely remove the need for "requester" directives, … … 357 360 358 361 if __name__ == "__main__" : 362 sys.stderr.write("ERROR : pykota is now deprecated. With CUPS use cupspykota instead.\n") 363 sys.stderr.write("ERROR : pykota is now deprecated. With LPRng please wait for a new version.\n") 364 sys.stderr.flush() 365 sys.exit(-1) 366 367 ############## 368 # # 369 # DEPRECATED # 370 # # 371 ############## 359 372 retcode = -1 360 373 try :