From 0159c18da43a1623ce5b2d8b8519626144b2064b Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 7 Aug 2007 10:50:11 +0000 Subject: [PATCH] fix indent oops --- src/interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface.py b/src/interface.py index d1b65c866..66b05fe00 100644 --- a/src/interface.py +++ b/src/interface.py @@ -132,8 +132,8 @@ class DelugeGTK: file = common.INSTALL_PREFIX + '/lib/python' + py_version + '/site-packages/deluge/info.py' os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION) else: - file = common.INSTALL_PREFIX + '/lib/python' + py_version + '/site-packages/deluge/info.py' - os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION) + file = common.INSTALL_PREFIX + '/lib/python' + py_version + '/site-packages/deluge/info.py' + os.spawnlp(os.P_NOWAIT, 'python', 'python', file, common.PROGRAM_VERSION) if self.config.get("new_releases"):