aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/log.py
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/log.py
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/log.py')
-rw-r--r--MgaRepo/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/log.py b/MgaRepo/log.py
index 5fded7c..fba00dd 100644
--- a/MgaRepo/log.py
+++ b/MgaRepo/log.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
from MgaRepo import Error, config, layout
from MgaRepo.svn import SVN
from MgaRepo.util import execcmd