Changeset 2829 for pykota/trunk/bin/pknotify
- Timestamp:
- 04/04/06 11:16:53 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pknotify
r2825 r2829 26 26 27 27 import sys 28 import os29 import popen230 28 import socket 31 29 import signal … … 39 37 hasPAM = 1 40 38 41 from pykota.tool import Tool, PyKota ToolError, PyKotaCommandLineError, crashed, N_39 from pykota.tool import Tool, PyKotaCommandLineError, crashed, N_ 42 40 43 41 __doc__ = N_("""pknotify v%(__version__)s (c) %(__years__)s %(__author__)s