blob: 2927815208b1b0d8d2d993d118056308557d6513 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/python3
#
# Copyright (C) 2014 THE mageiaSync'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mageiasync package.
# Author mageiasync software= papoteur <papoteur@mageialinux-online.org>
# Author script file= Geiger David <david.david@mageialinux-online.org>
import os
os.system("python3 /usr/lib/python3.4/site-packages/mageiaSync/mageiasync.py")
|