Module: deluge Branch: master Commit: 4e5d88da8261cf1693e5d6ada2322604a5ea0926
Author: Nick Lanham <[email protected]> Date: Tue Feb 22 12:34:29 2011 +0100 import deluge.ui.common for TorrentInfo command --- deluge/ui/console/modes/add_util.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/console/modes/add_util.py b/deluge/ui/console/modes/add_util.py index 49720df..9349cef 100644 --- a/deluge/ui/console/modes/add_util.py +++ b/deluge/ui/console/modes/add_util.py @@ -48,6 +48,7 @@ try: import libtorrent add_get_info = libtorrent.torrent_info except: + import deluge.ui.common add_get_info = deluge.ui.common.TorrentInfo def add_torrent(t_file, options, success_cb, fail_cb, ress): -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
