[Libreoffice-commits] .: doc-dump.py ppt-dump.py src/docdirstream.py src/docrecord.py src/docsprm.py src/docstream.py src/oletool.py src/xlsparser.py src/xmlpp.py test/doc xls-dump.py
Miklos Vajna
vmiklos at kemper.freedesktop.org
Mon May 13 06:38:56 PDT 2013
doc-dump.py | 2 +-
ppt-dump.py | 2 +-
src/docdirstream.py | 2 +-
src/docrecord.py | 2 +-
src/docsprm.py | 2 +-
src/docstream.py | 2 +-
src/oletool.py | 2 +-
src/xlsparser.py | 2 +-
src/xmlpp.py | 2 +-
test/doc/test.py | 2 +-
xls-dump.py | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
New commits:
commit e804362274b5b631dc5e7a22c474c3d580d01b82
Author: Maxime de Roucy <mderoucy at linagora.com>
Date: Mon May 13 13:49:53 2013 +0200
env python â python2
diff --git a/doc-dump.py b/doc-dump.py
index 03760b2..17aec51 100755
--- a/doc-dump.py
+++ b/doc-dump.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/ppt-dump.py b/ppt-dump.py
index 64039db..706b6f1 100755
--- a/ppt-dump.py
+++ b/ppt-dump.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
########################################################################
#
# Copyright (c) 2010 Kohei Yoshida, Thorsten Behrens
diff --git a/src/docdirstream.py b/src/docdirstream.py
index 497ccea..18c7453 100644
--- a/src/docdirstream.py
+++ b/src/docdirstream.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/docrecord.py b/src/docrecord.py
index 59f1555..f79cd9b 100644
--- a/src/docrecord.py
+++ b/src/docrecord.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/docsprm.py b/src/docsprm.py
index 5dbffc6..7924225 100644
--- a/src/docsprm.py
+++ b/src/docsprm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/docstream.py b/src/docstream.py
index f63a263..0e939db 100644
--- a/src/docstream.py
+++ b/src/docstream.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/src/oletool.py b/src/oletool.py
index 752c09d..f9464e6 100755
--- a/src/oletool.py
+++ b/src/oletool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
########################################################################
#
# Copyright (c) 2011 Noel Power
diff --git a/src/xlsparser.py b/src/xlsparser.py
index 322e9b2..d1a0f80 100644
--- a/src/xlsparser.py
+++ b/src/xlsparser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
########################################################################
#
# Copyright (c) 2011 Sergey Kishchenko
diff --git a/src/xmlpp.py b/src/xmlpp.py
index b318cf7..fd3ef62 100755
--- a/src/xmlpp.py
+++ b/src/xmlpp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
"""Pretty print an XML document.
LICENCE:
diff --git a/test/doc/test.py b/test/doc/test.py
index e50e447..2bf3f01 100755
--- a/test/doc/test.py
+++ b/test/doc/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# -*- encoding: UTF-8 -*-
#
# This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/xls-dump.py b/xls-dump.py
index 0b7a7f6..c01d1e5 100755
--- a/xls-dump.py
+++ b/xls-dump.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
########################################################################
#
# Copyright (c) 2010 Kohei Yoshida
More information about the Libreoffice-commits
mailing list