diff options
Diffstat (limited to 'tpblite/models/torrents.py')
-rw-r--r-- | tpblite/models/torrents.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py index 8567280..9fd40c4 100644 --- a/tpblite/models/torrents.py +++ b/tpblite/models/torrents.py @@ -1,5 +1,6 @@ import re from bs4 import BeautifulSoup +from .utils import Query def fileSizeStrToInt(size_str): |