[tor-commits] [bridgedb/develop] Add bridgedb.interfaces module which simply collects all interfaces.

isis at torproject.org isis at torproject.org
Thu Aug 28 04:02:16 UTC 2014


commit 86045e5f195f9510dbdfd1f5858d78067d27a57a
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Jun 10 19:23:46 2014 +0000

    Add bridgedb.interfaces module which simply collects all interfaces.
---
 lib/bridgedb/interfaces.py |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/lib/bridgedb/interfaces.py b/lib/bridgedb/interfaces.py
new file mode 100644
index 0000000..b8a1e16
--- /dev/null
+++ b/lib/bridgedb/interfaces.py
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+#_____________________________________________________________________________
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 <isis at torproject.org>
+#           please also see AUTHORS file
+# :copyright: (c) 2007-2014, The Tor Project, Inc.
+#             (c) 2014, Isis Lovecruft
+# :license: see LICENSE for licensing information
+#_____________________________________________________________________________
+
+
+"""All available ``zope.interface``s in BridgeDB."""
+
+
+from bridgedb.bridgerequest import IRequestBridges
+from bridgedb.captcha import ICaptcha
+from bridgedb.schedule import ISchedule





More information about the tor-commits mailing list