Show
Ignore:
Timestamp:
10/11/04 14:49:06 (20 years ago)
Author:
jalet
Message:

Renders help translatable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkhint

    r1740 r1796  
    2424# 
    2525# $Log$ 
     26# Revision 1.18  2004/10/11 12:49:06  jalet 
     27# Renders help translatable 
     28# 
    2629# Revision 1.17  2004/09/23 19:29:36  jalet 
    2730# If SNMP accounting is possible, pkhint now suggests to use the internal 
     
    8891 
    8992from pykota import version 
    90 from pykota.tool import PyKotaTool, PyKotaToolError, crashed 
     93from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 
    9194from pykota.config import PyKotaConfigError 
    9295from pykota.storage import PyKotaStorageError 
     
    98101    hasSNMP = 1 
    99102 
    100 __doc__ = """pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
     103__doc__ = N_("""pkhint v%s (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres 
    101104A tool to give hints on what accounting method is best for each printer. 
    102105 
     
    135138Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    136139 
    137 Please e-mail bugs to: %s""" % (version.__version__, version.__author__) 
     140Please e-mail bugs to: %s""") % (version.__version__, version.__author__) 
    138141         
    139142SNMPTESTS = [ \