Changeset 1803 for pykota/trunk/bin/warnpykota
- Timestamp:
- 10/12/04 00:53:06 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/warnpykota
r1796 r1803 24 24 # 25 25 # $Log$ 26 # Revision 1.32 2004/10/11 22:53:05 jalet 27 # Postponed string interpolation to help message's output method 28 # 26 29 # Revision 1.31 2004/10/11 12:49:06 jalet 27 30 # Renders help translatable … … 130 133 import pwd 131 134 132 from pykota import version133 135 from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 134 136 from pykota.config import PyKotaConfigError … … 196 198 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 197 199 198 Please e-mail bugs to: %s""") % (version.__version__, version.__author__)200 Please e-mail bugs to: %s""") 199 201 200 202 class WarnPyKota(PyKotaTool) :