summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Plugin.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-03 20:37:17 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-03 20:37:17 +0200
commit4cd2b7390dd97dc2016ab71f954f191de12f2f46 (patch)
tree774c8ae6c6e49d87034d9b697e140914b318db4d /module/plugins/internal/Plugin.py
parentMerge pull request #1801 from Nippey/patch-1 (diff)
downloadpyload-4cd2b7390dd97dc2016ab71f954f191de12f2f46.tar.xz
Spare fixes (2)
Diffstat (limited to 'module/plugins/internal/Plugin.py')
-rw-r--r--module/plugins/internal/Plugin.py6
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