[tor-commits] [bridgedb/develop] Fix twisted.python.versions.Version import; upstream moved the class.

isis at torproject.org isis at torproject.org
Sat Jul 26 02:23:50 UTC 2014


commit c87a047cd7138f9317479431ff4d74cb99fc427a
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sat Jul 26 01:25:33 2014 +0000

    Fix twisted.python.versions.Version import; upstream moved the class.
---
 lib/bridgedb/txrecaptcha.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/txrecaptcha.py b/lib/bridgedb/txrecaptcha.py
index 2185112..779e00e 100644
--- a/lib/bridgedb/txrecaptcha.py
+++ b/lib/bridgedb/txrecaptcha.py
@@ -20,7 +20,7 @@ from twisted.internet import defer
 from twisted.internet import protocol
 from twisted.internet import reactor
 from twisted.python import failure
-from twisted.python.util import Version
+from twisted.python.versions import Version
 from twisted.web import client
 from twisted.web.http_headers import Headers
 from twisted.web.iweb import IBodyProducer





More information about the tor-commits mailing list