From 55e637eda4ebb1ef2b91c766842b2cca3bc1c226 Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Thu, 9 Aug 2007 23:35:19 +0000 Subject: [PATCH] Spacing. --- src/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common.py b/src/common.py index d2d72c4df..06954d9dc 100644 --- a/src/common.py +++ b/src/common.py @@ -158,7 +158,6 @@ def exec_command(executable, *parameters): command = [executable] command.extend(parameters) Popen(command) - def exec_deluge_command(script, *parameters): """Execute deluge's command like browser.py, update.py and others"""