Changeset 1803 for pykota/trunk/bin/edpykota
- Timestamp:
- 10/12/04 00:53:06 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r1796 r1803 24 24 # 25 25 # $Log$ 26 # Revision 1.80 2004/10/11 22:53:05 jalet 27 # Postponed string interpolation to help message's output method 28 # 26 29 # Revision 1.79 2004/10/11 12:49:06 jalet 27 30 # Renders help translatable … … 282 285 import sys 283 286 284 from pykota import version285 287 from pykota.tool import PyKotaTool, PyKotaToolError, crashed, N_ 286 288 from pykota.config import PyKotaConfigError … … 459 461 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 460 462 461 Please e-mail bugs to: %s""") % (version.__version__, version.__author__)463 Please e-mail bugs to: %s""") 462 464 463 465 class EdPyKota(PyKotaTool) :