From: Mukund Sivaraman Date: Mon, 2 Jul 2012 02:31:09 +0000 (+0530) Subject: [2062] Call isc.util.process.rename() in b10-showtech X-Git-Tag: trac2351_base~197^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d2c13f8d73b423fde8e557f8775e4c24ca6d03;p=thirdparty%2Fkea.git [2062] Call isc.util.process.rename() in b10-showtech --- diff --git a/src/bin/showtech/showtech.py.in b/src/bin/showtech/showtech.py.in index cacd163cd1..355ce8a18d 100755 --- a/src/bin/showtech/showtech.py.in +++ b/src/bin/showtech/showtech.py.in @@ -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()