[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/develop] Fix old-style class bridgedb.Bridges.PluggableTransport.
commit a564b84bb95f28b5cc6b91ba781c05b68ee5cf66
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits