diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py index efef43e90..7284a362c 100644 --- a/deluge/ui/console/main.py +++ b/deluge/ui/console/main.py @@ -13,6 +13,7 @@ from __future__ import print_function import argparse import locale import logging +import os import shlex import sys diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index 68f4e741b..7345d31ad 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -51,7 +51,6 @@ You can scroll a popup window that doesn't fit its content (like \ this one) using the up/down arrows, PgUp/PgDown and Home/End keys. All popup windows can be closed/canceled by hitting the Esc key \ -(you might need to wait a second for an Esc to register) \ or the 'q' key (does not work for dialogs like the add torrent dialog) The actions you can perform and the keys to perform them are as follows: