Browse Source

[2062] Call isc.util.process.rename() in b10-showtech

Mukund Sivaraman 13 years ago
parent
commit
99d2c13f8d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/showtech/showtech.py.in

+ 3 - 0
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()