[Libreoffice-commits] core.git: wizards/source

Rene Engelhard (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 13 16:42:44 UTC 2019


 wizards/source/access2base/access2base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36432802bc955bed05fb87bef8053bd3b06411f0
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Tue Aug 13 18:41:55 2019 +0200
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Tue Aug 13 18:41:55 2019 +0200

    fix shebang of wizards/source/access2base/access2base.py
    
    there's only a python3 here
    
    Change-Id: I60213e22ec366d1891aebeaa0a8f3d17ac61f6d4

diff --git a/wizards/source/access2base/access2base.py b/wizards/source/access2base/access2base.py
index ce20e70e210a..c1f91652ef2d 100644
--- a/wizards/source/access2base/access2base.py
+++ b/wizards/source/access2base/access2base.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 #     Copyright 2012-2020 Jean-Pierre LEDURE


More information about the Libreoffice-commits mailing list