gnome-menus r867 - in trunk: . simple-editor/GMenuSimpleEditor



Author: vuntz
Date: Thu Mar 13 15:33:03 2008
New Revision: 867
URL: http://svn.gnome.org/viewvc/gnome-menus?rev=867&view=rev

Log:
2008-03-13  Vincent Untz  <vuntz gnome org>

	* simple-editor/GMenuSimpleEditor/main.py:
	* simple-editor/GMenuSimpleEditor/maindialog.py:
	* simple-editor/GMenuSimpleEditor/menufilewriter.py:
	* simple-editor/GMenuSimpleEditor/menutreemodel.py: remove shebangs
	from non-executable Python scripts


Modified:
   trunk/ChangeLog
   trunk/simple-editor/GMenuSimpleEditor/main.py
   trunk/simple-editor/GMenuSimpleEditor/maindialog.py
   trunk/simple-editor/GMenuSimpleEditor/menufilewriter.py
   trunk/simple-editor/GMenuSimpleEditor/menutreemodel.py

Modified: trunk/simple-editor/GMenuSimpleEditor/main.py
==============================================================================
--- trunk/simple-editor/GMenuSimpleEditor/main.py	(original)
+++ trunk/simple-editor/GMenuSimpleEditor/main.py	Thu Mar 13 15:33:03 2008
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2005 Red Hat, Inc.
 #

Modified: trunk/simple-editor/GMenuSimpleEditor/maindialog.py
==============================================================================
--- trunk/simple-editor/GMenuSimpleEditor/maindialog.py	(original)
+++ trunk/simple-editor/GMenuSimpleEditor/maindialog.py	Thu Mar 13 15:33:03 2008
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2005 Red Hat, Inc.
 #

Modified: trunk/simple-editor/GMenuSimpleEditor/menufilewriter.py
==============================================================================
--- trunk/simple-editor/GMenuSimpleEditor/menufilewriter.py	(original)
+++ trunk/simple-editor/GMenuSimpleEditor/menufilewriter.py	Thu Mar 13 15:33:03 2008
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2005 Red Hat, Inc.
 #

Modified: trunk/simple-editor/GMenuSimpleEditor/menutreemodel.py
==============================================================================
--- trunk/simple-editor/GMenuSimpleEditor/menutreemodel.py	(original)
+++ trunk/simple-editor/GMenuSimpleEditor/menutreemodel.py	Thu Mar 13 15:33:03 2008
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2005 Red Hat, Inc.
 #



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