[tor-commits] [chutney/master] lib/chutney: Improve help for the chutney module

teor at torproject.org teor at torproject.org
Sat Mar 14 10:10:30 UTC 2020


commit ea4644fb0aceca05c8e92383a2f8aa559f74a8a8
Author: teor <teor at torproject.org>
Date:   Sat Mar 14 19:31:36 2020 +1000

    lib/chutney: Improve help for the chutney module
---
 lib/chutney/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/chutney/__init__.py b/lib/chutney/__init__.py
index cd47ba0..52e0c9b 100644
--- a/lib/chutney/__init__.py
+++ b/lib/chutney/__init__.py
@@ -1,3 +1,5 @@
+"""chutney is a tor network integration test tool"""
+
 # Future imports for Python 2.7, mandatory in 3.0
 from __future__ import division
 from __future__ import print_function



More information about the tor-commits mailing list