From 6d8a89dcf89b1af562335eb0b5d2a75662ff112c Mon Sep 17 00:00:00 2001 From: abeudin Date: Tue, 11 Mar 2014 18:00:20 +0100 Subject: [PATCH] Update yunohost_tools.py --- yunohost_tools.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 82ce4d19..c3253af0 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -267,7 +267,6 @@ def tools_update(): Update distribution """ - process = Popen("/usr/local/bin/checkupdate", stdout=PIPE) stdout, stderr = process.communicate() if process.returncode == 1: @@ -282,7 +281,7 @@ def tools_changelog(): Show Changelog """ - + win_msg(_("TODO Show Changelog")) def tools_upgrade(): @@ -290,7 +289,6 @@ def tools_upgrade(): Upgrade distribution """ - if os.path.isfile('/tmp/update_status'): os.system('at now -f /etc/yunohost/upgrade') else: