Show
Ignore:
Timestamp:
10/12/04 00:53:06 (20 years ago)
Author:
jalet
Message:

Postponed string interpolation to help message's output method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/autopykota

    r1801 r1803  
    2424# 
    2525# $Log$ 
     26# Revision 1.6  2004/10/11 22:53:05  jalet 
     27# Postponed string interpolation to help message's output method 
     28# 
    2629# Revision 1.5  2004/10/11 22:08:06  jalet 
    2730# Incorrect doc for autopykota 
     
    4750import os 
    4851 
    49 from pykota import version 
    5052from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    5153 
     
    8587Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    8688 
    87 Please e-mail bugs to: %s""") % (version.__version__, version.__author__) 
     89Please e-mail bugs to: %s""") 
    8890 
    8991class AutoPyKota(PyKotaTool) :