diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-17 18:08:14 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-17 18:08:14 +0200 |
commit | ce939d413bd45abd3e09b3fb63dcf5a269578d56 (patch) | |
tree | f0ae4b5ffa1a68a122a718248140646bd985c310 /pyload/cli/AddPackage.py | |
parent | PEP-8, Python Zen, refactor and reduce code (part 4 in master script). Bash v... (diff) | |
download | pyload-ce939d413bd45abd3e09b3fb63dcf5a269578d56.tar.xz |
PEP-8, Python Zen, refactor and reduce code (part 5 in master module/cli)
Conflicts:
module/cli/Handler.py
module/cli/printer.py
pyload/cli/AddPackage.py
pyload/cli/Cli.py
pyload/cli/ManageFiles.py
Diffstat (limited to 'pyload/cli/AddPackage.py')
-rw-r--r-- | pyload/cli/AddPackage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/cli/AddPackage.py b/pyload/cli/AddPackage.py index 131d0d7d7..e750274ca 100644 --- a/pyload/cli/AddPackage.py +++ b/pyload/cli/AddPackage.py @@ -21,7 +21,7 @@ class AddPackage(Handler): self.name = inp self.setInput() elif inp == "END": - #add package + # add package self.client.addPackage(self.name, self.urls, 1) self.cli.reset() else: |