[Pkg-privacy-commits] [obfsproxy] 56/353: Use BaseDaemon as the base of the Rot13 transport.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit 61a06d211d9851f1de1d92a29f0f81a9d68ddbef
Author: George Kadianakis <desnacked at riseup.net>
Date: Tue Sep 4 18:31:07 2012 +0300
Use BaseDaemon as the base of the Rot13 transport.
---
src/obfsproxy/transports/rot13.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/obfsproxy/transports/rot13.py b/src/obfsproxy/transports/rot13.py
index 6e8dfe4..c5d5b33 100644
--- a/src/obfsproxy/transports/rot13.py
+++ b/src/obfsproxy/transports/rot13.py
@@ -3,8 +3,10 @@
""" This module contains an implementation of the 'rot13' transport. """
+from obfsproxy.transports.base import BaseDaemon
-class Rot13Daemon:
+
+class Rot13Daemon(BaseDaemon):
"""
Rot13Daemon is the base class for Rot13Client and Rot13Server.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list