[Pkg-privacy-commits] [obfsproxy] 26/353: Fixed syntax and import errors
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:34 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 fcdadb0c1de98f878f75b2d1dbbb26eba1b093c7
Author: Brandon Wiley <brandon at blanu.net>
Date: Fri Aug 3 14:29:39 2012 -0500
Fixed syntax and import errors
---
src/obfsproxy/framework/managed/client.py | 2 --
src/obfsproxy/framework/tunnel.py | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/obfsproxy/framework/managed/client.py b/src/obfsproxy/framework/managed/client.py
index 25fac81..1bf4b73 100755
--- a/src/obfsproxy/framework/managed/client.py
+++ b/src/obfsproxy/framework/managed/client.py
@@ -18,8 +18,6 @@ from obfsproxy.transports.obfs3 import Obfs3Client
from pyptlib.easy.client import init, reportSuccess, reportFailure, \
reportEnd
-from obfsproxy.framework.managed.virtual import Channel
-
class TransportLaunchException(Exception):
pass
diff --git a/src/obfsproxy/framework/tunnel.py b/src/obfsproxy/framework/tunnel.py
index f6508a1..28ec8bc 100644
--- a/src/obfsproxy/framework/tunnel.py
+++ b/src/obfsproxy/framework/tunnel.py
@@ -54,6 +54,6 @@ class Tunnel(object):
else:
self.remote=Channel()
- def invert(self)
+ def invert(self):
return Tunnel(self.local.invert(), self.remote.invert())
--
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