blob: 2c8c7f03bbcbabb9f096589ce8c03909744fc4b7 (
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 -m mageiaSync.mageiasync")
|