Changeset 2781 for pykota/trunk/bin/pknotify
- Timestamp:
- 03/03/06 19:35:52 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pknotify
r2780 r2781 135 135 server.quitApplication() 136 136 except (socket.error, socket.gaierror), msg : 137 raise PyKotaCommandLineError, "%s : %s" % (_("Conne xion error"), str(msg))137 raise PyKotaCommandLineError, "%s : %s" % (_("Connection error"), str(msg)) 138 138 139 139 if __name__ == "__main__" :