commit 96b92663c86418619b810e9869c1e2d1c12cf599
Author: Isis Lovecruft <isis(a)torproject.org>
Date: Sat Jul 26 05:28:51 2014 +0000
Add 'fte' to the list of currently supported PT TYPEs.
* CHANGE the `CURRENT_TRANSPORTS` list in bridgedb.strings to add `fte`.
---
lib/bridgedb/strings.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/bridgedb/strings.py b/lib/bridgedb/strings.py
index 8da9994..bea2f5d 100644
--- a/lib/bridgedb/strings.py
+++ b/lib/bridgedb/strings.py
@@ -167,6 +167,7 @@ CURRENT_TRANSPORTS = [
"obfs2",
"obfs3",
"scramblesuit",
+ "fte",
]
EMAIL_SPRINTF = {