BIND 10 trac1451, updated. a0a07a1b5ee1442f1bcbbb455d83bd8f3c229813 [1451] a couple of more editorial fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 15 18:43:05 UTC 2011
The branch, trac1451 has been updated
via a0a07a1b5ee1442f1bcbbb455d83bd8f3c229813 (commit)
from a593cb487feceef36fc0d8f3670927c2f4e82cdc (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 a0a07a1b5ee1442f1bcbbb455d83bd8f3c229813
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 15 10:42:54 2011 -0800
[1451] a couple of more editorial fixes
-----------------------------------------------------------------------
Summary of changes:
src/bin/ddns/ddns.py.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index 104d845..d296fdf 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -75,12 +75,12 @@ class DDNSSession:
pass
class DDNSServer:
- def __init__(self, cc_session = None):
+ def __init__(self, cc_session=None):
'''
Initialize the DDNS Server.
This sets up a ModuleCCSession for the BIND 10 system.
Parameters:
- cc_session: If None (default), a new ModuleCCSession will be set up
+ cc_session: If None (default), a new ModuleCCSession will be set up.
If specified, the given session will be used. This is
mainly used for testing.
'''
More information about the bind10-changes
mailing list