Changeset 1490 for pykota/trunk/bin

Show
Ignore:
Timestamp:
05/21/04 23:02:56 (20 years ago)
Author:
jalet
Message:

The pykota filter is now deprecated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r1483 r1490  
    2424# 
    2525# $Log$ 
     26# Revision 1.59  2004/05/21 21:02:56  jalet 
     27# The pykota filter is now deprecated 
     28# 
    2629# Revision 1.58  2004/05/18 14:48:47  jalet 
    2730# Big code changes to completely remove the need for "requester" directives, 
     
    357360             
    358361if __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    ############## 
    359372    retcode = -1 
    360373    try :