diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 12:39:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 12:40:48 +0100 |
commit | 1b40fa9b6d318debf97e934894c81f2bf99ebe40 (patch) | |
tree | a764f596f92d0340245c61f7617d19eb6a9366f6 | |
parent | cd97b11a33db909318572a27a54305cb4757ba0f (diff) |
drop explicit python3 from shebang line
Change-Id: I3b7ca808b8e2ac4723c1f26e6190c4875e88936e
-rwxr-xr-x | bin/lint-ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-ui.py b/bin/lint-ui.py index cef326c6d97c..54e1d27fb19e 100755 --- a/bin/lint-ui.py +++ b/bin/lint-ui.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # This file is part of the LibreOffice project. # |