[Libreoffice-commits] core.git: bin/lint-ui.py
Caolán McNamara
caolanm at redhat.com
Mon Aug 12 04:41:19 PDT 2013
bin/lint-ui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b40fa9b6d318debf97e934894c81f2bf99ebe40
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Aug 12 12:39:41 2013 +0100
drop explicit python3 from shebang line
Change-Id: I3b7ca808b8e2ac4723c1f26e6190c4875e88936e
diff --git a/bin/lint-ui.py b/bin/lint-ui.py
index cef326c..54e1d27 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.
#
More information about the Libreoffice-commits
mailing list