[pitivi] Remove unneeded shebang



commit 5a1ce747c1747116f5ef151ce1495dcae2e178dd
Author: Hicham HAOUARI <hicham haouari gmail com>
Date:   Sun Jun 5 00:40:16 2011 +0100

    Remove unneeded shebang

 pitivi/discoverer.py          |    1 -
 pitivi/effects.py             |    1 -
 pitivi/factories/base.py      |    1 -
 pitivi/factories/file.py      |    1 -
 pitivi/factories/operation.py |    1 -
 pitivi/factories/test.py      |    1 -
 pitivi/plumber.py             |    1 -
 pitivi/project.py             |    1 -
 pitivi/settings.py            |    1 -
 pitivi/thumbnailcache.py      |    1 -
 pitivi/ui/previewer.py        |    1 -
 pitivi/ui/viewer.py           |    1 -
 pitivi/ui/zoominterface.py    |    1 -
 pitivi/utils.py               |    1 -
 14 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/pitivi/discoverer.py b/pitivi/discoverer.py
index f0b5ae1..2588bc4 100644
--- a/pitivi/discoverer.py
+++ b/pitivi/discoverer.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       discoverer.py
diff --git a/pitivi/effects.py b/pitivi/effects.py
index 8361e04..0add825 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       effects.py
diff --git a/pitivi/factories/base.py b/pitivi/factories/base.py
index 1f19bf9..b1c4037 100644
--- a/pitivi/factories/base.py
+++ b/pitivi/factories/base.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       base.py
diff --git a/pitivi/factories/file.py b/pitivi/factories/file.py
index b6668a7..6da34cc 100644
--- a/pitivi/factories/file.py
+++ b/pitivi/factories/file.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       :base.py
diff --git a/pitivi/factories/operation.py b/pitivi/factories/operation.py
index 8e4b34f..b4e5bf1 100644
--- a/pitivi/factories/operation.py
+++ b/pitivi/factories/operation.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       operation.py
diff --git a/pitivi/factories/test.py b/pitivi/factories/test.py
index 2557fe7..2b5ef2e 100644
--- a/pitivi/factories/test.py
+++ b/pitivi/factories/test.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       base.py
diff --git a/pitivi/plumber.py b/pitivi/plumber.py
index 99ce5ed..822ef2c 100644
--- a/pitivi/plumber.py
+++ b/pitivi/plumber.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       plumber.py
diff --git a/pitivi/project.py b/pitivi/project.py
index 3cf1f44..2a83b1d 100644
--- a/pitivi/project.py
+++ b/pitivi/project.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       project.py
diff --git a/pitivi/settings.py b/pitivi/settings.py
index 50ca979..b968735 100644
--- a/pitivi/settings.py
+++ b/pitivi/settings.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       settings.py
diff --git a/pitivi/thumbnailcache.py b/pitivi/thumbnailcache.py
index 43afaf3..68be22c 100644
--- a/pitivi/thumbnailcache.py
+++ b/pitivi/thumbnailcache.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       thumbnailcache.py
diff --git a/pitivi/ui/previewer.py b/pitivi/ui/previewer.py
index 143d8e2..d0ce1f0 100644
--- a/pitivi/ui/previewer.py
+++ b/pitivi/ui/previewer.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       previewer.py
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index 72c62d3..0fc19a8 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       ui/viewer.py
diff --git a/pitivi/ui/zoominterface.py b/pitivi/ui/zoominterface.py
index 4adf4f7..74c2327 100644
--- a/pitivi/ui/zoominterface.py
+++ b/pitivi/ui/zoominterface.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       pitivi/ui/complexlayer.py
diff --git a/pitivi/utils.py b/pitivi/utils.py
index 92599f0..321677b 100644
--- a/pitivi/utils.py
+++ b/pitivi/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # PiTiVi , Non-linear video editor
 #
 #       utils.py



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]