[pitivi] python: change missing python2 shebangs



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]