From d141e54157a623da328f83e9941c00348ea3794c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 19 Jan 2023 03:02:06 +0100 Subject: [PATCH] Remove outdated hard-coded paths to Python 2.6 module in /opt/trinity/... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- fusion-icon | 2 -- 1 file changed, 2 deletions(-) diff --git a/fusion-icon b/fusion-icon index 364c679..a5a99df 100755 --- a/fusion-icon +++ b/fusion-icon @@ -15,8 +15,6 @@ # along with this program. If not, see . import os, sys, time -sys.path.append("/opt/trinity/lib/python2.6/dist-packages") -sys.path.append("/opt/trinity/lib/python2.6/site-packages") try: import FusionIcon