BIND 10 trac2713, updated. b63f18150df8c3449b7b6b52b3228863e6104474 [2713] editorial: combine two short-enough lines

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 27 06:17:55 UTC 2013


The branch, trac2713 has been updated
       via  b63f18150df8c3449b7b6b52b3228863e6104474 (commit)
      from  ed259e05b0cef2364c20515f60bf464e5396b3d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b63f18150df8c3449b7b6b52b3228863e6104474
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 26 22:17:32 2013 -0800

    [2713] editorial: combine two short-enough lines

-----------------------------------------------------------------------

Summary of changes:
 src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
index 5309554..6b1c281 100644
--- a/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
+++ b/src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
@@ -330,8 +330,7 @@ Options:
             else:
                 return ""
 
-        usermgr_module = imp.load_source('usermgr',
-                                         '../b10-cmdctl-usermgr.py')
+        usermgr_module = imp.load_source('usermgr', '../b10-cmdctl-usermgr.py')
         options = object()
         args = object()
         usermgr = usermgr_module.UserManager(options, args)



More information about the bind10-changes mailing list