Module: deluge
Branch: master
Commit: b4d7e429738edf17af1ea0a097110be18f60baa9

Author: Chase Sterling <chase.sterl...@gmail.com>
Date:   Mon Dec  3 01:03:58 2012 -0500

Update libtorrent minimum version checking.

---

 deluge/_libtorrent.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py
index ab782d6..898cfb1 100644
--- a/deluge/_libtorrent.py
+++ b/deluge/_libtorrent.py
@@ -45,9 +45,9 @@ supports.
 
 """
 
-REQUIRED_VERSION = "0.14.9.0"
+REQUIRED_VERSION = "0.16.1.0"
 
-def check_version(LT):
+def check_version(lt):
     from deluge.common import VersionSplit
     if VersionSplit(lt.version) < VersionSplit(REQUIRED_VERSION):
         raise ImportError("This version of Deluge requires libtorrent >=%s!" % 
REQUIRED_VERSION)

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to