remove already imported import

This commit is contained in:
Marcos Pinto 2007-08-07 02:54:17 +00:00
parent a5d5cb7f4b
commit bacdec3e76
1 changed files with 1 additions and 1 deletions

View File

@ -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)