From bacdec3e76f8c716d081f87649953d596cb9cb58 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 7 Aug 2007 02:54:17 +0000 Subject: [PATCH] remove already imported import --- src/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.py b/src/interface.py index cf133c223..b1e0a055e 100644 --- a/src/interface.py +++ b/src/interface.py @@ -115,7 +115,7 @@ class DelugeGTK: self.update_interface = True def new_release_check(): - import os, sys + import sys py_version = sys.version[:3] file = common.INSTALL_PREFIX + '/lib/python' + py_version + '/site-packages/deluge/update.py' os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION)