[tor-commits] [bridgedb/master] Add file header and module docstring for bridgedb.parse.versions.
isis at torproject.org
isis at torproject.org
Fri May 16 18:52:51 UTC 2014
commit a54a04c550ea7895f51ba59f5672ba81145a5cce
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Apr 22 21:03:23 2014 +0000
Add file header and module docstring for bridgedb.parse.versions.
---
lib/bridgedb/parse/versions.py | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/lib/bridgedb/parse/versions.py b/lib/bridgedb/parse/versions.py
index 94d16b2..99944f4 100644
--- a/lib/bridgedb/parse/versions.py
+++ b/lib/bridgedb/parse/versions.py
@@ -1,4 +1,26 @@
+# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_parse_versions ; -*-
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 <isis at torproject.org>
+# please also see AUTHORS file
+# :copyright: (c) 2014 Isis Lovecruft
+# (c) 2007-2014, The Tor Project, Inc.
+# (c) 2007-2014, all entities within the AUTHORS file
+# :license: see included LICENSE for information
+"""Parsers for Tor version number strings.
+
+.. py:module:: bridgedb.parse.versions
+ :synopsis: Parsers for Tor version number strings.
+
+bridgedb.parse.versions
+=======================
+::
+
+ Version - Holds, parses, and does comparison operations for package version numbers.
+..
+"""
from twisted.python import util as txutil
More information about the tor-commits
mailing list