commit 9a2f3bcde37a5ee7dee22f1455ceff27978c4ced Author: Isis Lovecruft isis@torproject.org Date: Wed Apr 2 14:21:03 2014 +0000
Fix formatting of file headers and module docstring for bridgedb.Dist. --- lib/bridgedb/Dist.py | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/lib/bridgedb/Dist.py b/lib/bridgedb/Dist.py index 3bfb2d8..7107867 100644 --- a/lib/bridgedb/Dist.py +++ b/lib/bridgedb/Dist.py @@ -1,10 +1,16 @@ -# BridgeDB by Nick Mathewson. -# Copyright (c) 2007-2009, The Tor Project, Inc. -# See LICENSE for licensing information - -""" -This module has functions to decide which bridges to hand out to whom. -""" +# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_Dist -*- +# +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: Nick Mathewson +# Isis Lovecruft 0xA3ADB67A2CDB8B35 isis@torproject.org +# Matthew Finkel 0x017DD169EA793BE2 sysrqb@torproject.org +# :copyright: (c) 2013-2014, Isis Lovecruft +# (c) 2013-2014, Matthew Finkel +# (c) 2007-2014, The Tor Project, Inc. +# :license: 3-Clause BSD, see LICENSE for licensing information + +"""This module has functions to decide which bridges to hand out to whom."""
import bridgedb.Bridges import bridgedb.Storage