[tor-commits] [bridgedb/master] Fix old-style class bridgedb.Bridges.PluggableTransport.
isis at torproject.org
isis at torproject.org
Sun Mar 16 19:04:57 UTC 2014
commit a564b84bb95f28b5cc6b91ba781c05b68ee5cf66
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Mar 12 00:46:52 2014 +0000
Fix old-style class bridgedb.Bridges.PluggableTransport.
---
lib/bridgedb/Bridges.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/Bridges.py b/lib/bridgedb/Bridges.py
index 79a25ec..41925a4 100644
--- a/lib/bridgedb/Bridges.py
+++ b/lib/bridgedb/Bridges.py
@@ -486,7 +486,7 @@ re_ipv6 = re.compile("\[([a-fA-F0-9:]+)\]:(.*$)")
re_ipv4 = re.compile("((?:\d{1,3}\.?){4}):(.*$)")
-class PluggableTransport:
+class PluggableTransport(object):
"""
an object that represents a pluggable-transport method
and a reference to the relevant bridge
More information about the tor-commits
mailing list