commit e77aad66039aa5dfc167f507ffb28e00a48413d1 Author: Isis Lovecruft isis@torproject.org Date: Sun Apr 21 05:53:45 2013 +0000
Add file headers and cleanup module docstring in oonib/runner.py. --- oonib/runner.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/oonib/runner.py b/oonib/runner.py index b5bc5dc..e7b3db9 100644 --- a/oonib/runner.py +++ b/oonib/runner.py @@ -1,7 +1,9 @@ +# -*- encoding: utf-8 -*- +# +# :authors: Arturo Filastò, Isis Lovecruft +# :licence: see LICENSE for details """ In here we define a runner for the oonib backend system. -We are just extending the - """
from twisted.internet import reactor
tor-commits@lists.torproject.org