[tor-commits] [bridgedb/develop] Add file headers and fix module docstring for bridgedb.Bridges.

isis at torproject.org isis at torproject.org
Tue Apr 8 15:35:48 UTC 2014


commit 8c04ac62954e99de131ac9b409412aeda3ac1c12
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Apr 2 12:06:17 2014 +0000

    Add file headers and fix module docstring for bridgedb.Bridges.
---
 lib/bridgedb/Bridges.py |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/lib/bridgedb/Bridges.py b/lib/bridgedb/Bridges.py
index bfe1316..14820cc 100644
--- a/lib/bridgedb/Bridges.py
+++ b/lib/bridgedb/Bridges.py
@@ -1,8 +1,13 @@
-# See LICENSE for licensing information
-
-"""
-This module has low-level functionality for parsing bridges and arranging
-them in rings.
+# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_Bridges -*-
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: see AUTHORS file
+# :copyright: (c) 2007-2014, The Tor Project, Inc.
+# :license: 3-Clause BSD, see LICENSE for licensing information
+
+"""This module has low-level functionality for parsing bridges and arranging
+them into hashrings for distributors.
 """
 
 import binascii





More information about the tor-commits mailing list