wizards/source/access2base/access2base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 36432802bc955bed05fb87bef8053bd3b06411f0 Author: Rene Engelhard <[email protected]> AuthorDate: Tue Aug 13 18:41:55 2019 +0200 Commit: Rene Engelhard <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
