diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-07 16:08:27 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-07 16:08:27 +0100 |
commit | 16e1ee584d6ddec46ffbef8c9b1d52c51a826648 (patch) | |
tree | 14faa01a7a1adf25b7e80ba735b1d8de0548a2a2 /pyload/cli | |
parent | Fix previous merge (diff) | |
download | pyload-16e1ee584d6ddec46ffbef8c9b1d52c51a826648.tar.xz |
Fix with_statement
Diffstat (limited to 'pyload/cli')
-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 |