From 37d6c91a9555e452d946b00d4bd86a784c90a5cd Mon Sep 17 00:00:00 2001 From: Jeffrey Forman Date: Fri, 23 Nov 2012 22:27:50 -0500 Subject: [PATCH] clean up commit comments, add newline --- binder/keyutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binder/keyutils.py b/binder/keyutils.py index a4f4810..7e414bd 100755 --- a/binder/keyutils.py +++ b/binder/keyutils.py @@ -8,7 +8,8 @@ def create_keyring(key_name, key_data): key_data: String representation of TSIG key hash Return: - keyring object with the key name and TSIG secret.""" + keyring object with the key name and TSIG secret. + """ keyring = dns.tsigkeyring.from_text({ key_name : key_data