aboutsummaryrefslogtreecommitdiffstats
path: root/mageiasync
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-09-26 09:07:06 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-09-26 09:07:06 +0200
commitbe792d72ceac1dd7b7077de3a2fe3926d3b26468 (patch)
treedcfb718d45ab8e653b47ffc11756128232cf2c41 /mageiasync
parent20f4b7f37384f855c187fd5550415e3d9e65d6a2 (diff)
downloadMageiaSync-be792d72ceac1dd7b7077de3a2fe3926d3b26468.tar
MageiaSync-be792d72ceac1dd7b7077de3a2fe3926d3b26468.tar.gz
MageiaSync-be792d72ceac1dd7b7077de3a2fe3926d3b26468.tar.bz2
MageiaSync-be792d72ceac1dd7b7077de3a2fe3926d3b26468.tar.xz
MageiaSync-be792d72ceac1dd7b7077de3a2fe3926d3b26468.zip
Adapt the launcher to python3
Diffstat (limited to 'mageiasync')
-rw-r--r--mageiasync4
1 files changed, 2 insertions, 2 deletions
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")