]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2062] Call isc.util.process.rename() in b10-showtech
authorMukund Sivaraman <muks@isc.org>
Mon, 2 Jul 2012 02:31:09 +0000 (08:01 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 2 Jul 2012 02:31:09 +0000 (08:01 +0530)
src/bin/showtech/showtech.py.in

index cacd163cd1006166f05aaf8d071bc745de359de2..355ce8a18d4cf4aad6af20813920973659833f51 100755 (executable)
@@ -21,8 +21,11 @@ BIND 10 showtech program.
 """
 
 import sys; sys.path.append ('@@PYTHONPATH@@')
+import isc.util.process
 from isc.sysinfo import *
 
+isc.util.process.rename()
+
 def main():
     s = SysInfoFromFactory()