diff options
Diffstat (limited to 'deluge/_libtorrent.py')
-rw-r--r-- | deluge/_libtorrent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py index 642855c52..182a5a057 100644 --- a/deluge/_libtorrent.py +++ b/deluge/_libtorrent.py @@ -14,6 +14,7 @@ Example: >>> from deluge._libtorrent import lt """ + from deluge.common import VersionSplit, get_version from deluge.error import LibtorrentImportError |