[pitivi] python: change missing python2 shebangs
- From: Jean-François Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] python: change missing python2 shebangs
- Date: Tue, 9 Apr 2013 19:49:00 +0000 (UTC)
commit c4e7c60a290f8c689f03950fb0b44136429fdfac
Author: Lubosz Sarnecki <lubosz gmail com>
Date: Tue Apr 9 21:35:51 2013 +0200
python: change missing python2 shebangs
bin/pitivi.in | 2 +-
docs/bugzilla | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bin/pitivi.in b/bin/pitivi.in
index 5c59124..018f227 100644
--- a/bin/pitivi.in
+++ b/bin/pitivi.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# PiTiVi , Non-linear video editor
#
# pitivi
diff --git a/docs/bugzilla b/docs/bugzilla
index 58357f3..da94bf7 100755
--- a/docs/bugzilla
+++ b/docs/bugzilla
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]