[svn] commit: r1332 - /trunk/src/bin/bind10/bind10.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 11 22:00:23 UTC 2010


Author: shane
Date: Thu Mar 11 22:00:22 2010
New Revision: 1332

Log:
Minor cleanup.


Modified:
    trunk/src/bin/bind10/bind10.py.in

Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Thu Mar 11 22:00:22 2010
@@ -42,7 +42,6 @@
 import errno
 import time
 import select
-import pprint
 import random
 from optparse import OptionParser, OptionValueError
 
@@ -342,7 +341,7 @@
                                  (proc_info.name, proc_info.pid))
             try:
                 proc_info.process.terminate()
-            except OSError as o:
+            except OSError:
                 # ignore these (usually ESRCH because the child
                 # finally exited)
                 pass




More information about the bind10-changes mailing list