From be792d72ceac1dd7b7077de3a2fe3926d3b26468 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 26 Sep 2015 09:07:06 +0200 Subject: Adapt the launcher to python3 --- mageiasync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mageiasync') diff --git a/mageiasync b/mageiasync index e0fc398..2927815 100644 --- a/mageiasync +++ b/mageiasync @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (C) 2014 THE mageiaSync'S COPYRIGHT HOLDER @@ -9,4 +9,4 @@ import os -os.system("python /usr/lib/python2.7/site-packages/mageiaSync/mageiasync.py") \ No newline at end of file +os.system("python3 /usr/lib/python3.4/site-packages/mageiaSync/mageiasync.py") -- cgit v1.2.1