aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-10-10 09:31:52 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-10-10 09:31:52 +0200
commitbb4d676df3102e7b6989a7d0c36a3d198a5645ef (patch)
tree0a12b091d20ae2fb6f824d3e204a158d9cb7b21d /mgarepo
parent142d404aa8cffc9f4785e5347f26036463dedcd4 (diff)
downloadmgarepo-bb4d676df3102e7b6989a7d0c36a3d198a5645ef.tar
mgarepo-bb4d676df3102e7b6989a7d0c36a3d198a5645ef.tar.gz
mgarepo-bb4d676df3102e7b6989a7d0c36a3d198a5645ef.tar.bz2
mgarepo-bb4d676df3102e7b6989a7d0c36a3d198a5645ef.tar.xz
mgarepo-bb4d676df3102e7b6989a7d0c36a3d198a5645ef.zip
Adapt shebang
Diffstat (limited to 'mgarepo')
-rwxr-xr-xmgarepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgarepo b/mgarepo
index 0329522..3ad7428 100755
--- a/mgarepo
+++ b/mgarepo
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
from MgaRepo import Error, plugins, config
from MgaRepo.command import *
import getopt