diff options
author | Slávek Banko <[email protected]> | 2023-01-19 03:02:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-19 03:02:25 +0100 |
commit | d141e54157a623da328f83e9941c00348ea3794c (patch) | |
tree | 0b13ee9c1923737c133f9176f5af4252c099472c | |
parent | 695b918fbb62eaf04924bd269dd7f010ccdcd26f (diff) | |
download | fusion-icon-d141e54157a623da328f83e9941c00348ea3794c.tar.gz fusion-icon-d141e54157a623da328f83e9941c00348ea3794c.zip |
Signed-off-by: Slávek Banko <[email protected]>
-rwxr-xr-x | fusion-icon | 2 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. 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 |