[Pkg-privacy-commits] [pyptlib] 33/136: PEP 8
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository pyptlib.
commit feb1defc958d8e27fb47a62772ab985f2ae5f989
Author: Brandon Wiley <brandon at blanu.net>
Date: Fri Jun 29 14:57:44 2012 -0500
PEP 8
---
src/pyptlib/easy/client.py | 1 +
src/pyptlib/easy/server.py | 2 ++
2 files changed, 3 insertions(+)
diff --git a/src/pyptlib/easy/client.py b/src/pyptlib/easy/client.py
index 83c5ca5..cfa6ce9 100644
--- a/src/pyptlib/easy/client.py
+++ b/src/pyptlib/easy/client.py
@@ -34,6 +34,7 @@ def reportSuccess(
args,
optArgs,
):
+
config.writeMethod(name, socksVersion, address, args, optArgs)
diff --git a/src/pyptlib/easy/server.py b/src/pyptlib/easy/server.py
index dab35ac..f3891aa 100644
--- a/src/pyptlib/easy/server.py
+++ b/src/pyptlib/easy/server.py
@@ -4,6 +4,7 @@
from pyptlib.config import EnvException
from pyptlib.client import ServerConfig
+
def init(transports):
supportedTransportVersion = '1'
@@ -32,6 +33,7 @@ def reportSuccess(
args,
options,
):
+
config.writeMethod(name, address, options)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git
More information about the Pkg-privacy-commits
mailing list