diff options
author | Rene Engelhard <rene@debian.org> | 2019-08-13 18:41:55 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2019-08-13 18:41:55 +0200 |
commit | 36432802bc955bed05fb87bef8053bd3b06411f0 (patch) | |
tree | 18eac84fac747ed8313d06c90d767dcb9bd4f011 /wizards/source | |
parent | a0a6a7e60ee499ffd82a57b899ca5f4981f0ab2f (diff) |
fix shebang of wizards/source/access2base/access2base.py
there's only a python3 here
Change-Id: I60213e22ec366d1891aebeaa0a8f3d17ac61f6d4
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/access2base/access2base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |