Changeset 2909 for pykota/trunk/bin

Show
Ignore:
Timestamp:
06/01/06 15:56:00 (18 years ago)
Author:
jerome
Message:

Updated URLs.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r2631 r2909  
    7676  -u | --url u         Uses u as an url to be written at the bottom of  
    7777                       the banner page. The default url is : 
    78                        http://www.librelogiciel.com/software/ 
     78                       http://www.pykota.com/ 
    7979   
    8080examples :                               
     
    297297                     "pagesize" : "a4", \ 
    298298                     "logo" : "/usr/share/pykota/logos/pykota.jpeg", 
    299                      "url" : "http://www.librelogiciel.com/software/", 
     299                     "url" : "http://www.pykota.com/", 
    300300                   } 
    301301        short_options = "vhs:l:p:u:" 
  • pykota/trunk/bin/pykotme

    r2829 r2909  
    3131from pykota.tool import PyKotaTool, PyKotaCommandLineError, crashed, N_ 
    3232 
    33 try : 
    34     from pkpgpdls import analyzer, pdlparser 
    35 except ImportError : # TODO : Remove the try/except after release 1.24. 
    36     sys.stderr.write("ERROR: pkpgcounter is now distributed separately, please grab it from http://www.librelogiciel.com/software/pkpgcounter/action_Download\n") 
     33from pkpgpdls import analyzer, pdlparser 
    3734     
    3835