diff options
Diffstat (limited to 'pyload/cli/Cli.py')
-rw-r--r-- | pyload/cli/Cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py index cc285f060..510dae108 100644 --- a/pyload/cli/Cli.py +++ b/pyload/cli/Cli.py @@ -17,6 +17,7 @@ # ### from __future__ import with_statement + from getopt import GetoptError, getopt import pyload.utils.pylgettext as gettext |