diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-03 20:37:17 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-03 20:37:17 +0200 |
commit | 4cd2b7390dd97dc2016ab71f954f191de12f2f46 (patch) | |
tree | 774c8ae6c6e49d87034d9b697e140914b318db4d /module/plugins/internal/Plugin.py | |
parent | Merge pull request #1801 from Nippey/patch-1 (diff) | |
download | pyload-4cd2b7390dd97dc2016ab71f954f191de12f2f46.tar.xz |
Spare fixes (2)
Diffstat (limited to 'module/plugins/internal/Plugin.py')
-rw-r--r-- | module/plugins/internal/Plugin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index 1e04d388e..b0c0bb66e 100644 --- a/module/plugins/internal/Plugin.py +++ b/module/plugins/internal/Plugin.py @@ -54,9 +54,9 @@ def fixurl(url): #@TODO: Move to utils in 0.4.10 def timestamp(): return int(time.time() * 1000) - - -#@TODO: Move to utils in 0.4.10 + + +#@TODO: Move to utils in 0.4.10 def which(program): """ Works exactly like the unix command which |