Changeset 1490
- Timestamp:
- 05/21/04 23:02:56 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 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 : -
pykota/trunk/NEWS
r1488 r1490 22 22 PyKota NEWS : 23 23 24 - 1.19alpha11 : 25 26 - The pykota filter is now completely deprecated and 27 can't be used anymore. LPRng users MUST download 28 an older version of PyKota. CUPS users MUST use 29 cupspykota. Better support for LPRng will come 30 in the near future. 31 24 32 - 1.19alpha10 : 25 33 -
pykota/trunk/pykota/version.py
r1483 r1490 22 22 # 23 23 24 __version__ = "1.19alpha1 0_unofficial"24 __version__ = "1.19alpha11_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""