changeset 354:dfd48d49c044

* Removed shebang and svn:executable for python files which are not meant to be executed directly * Made sure all executable files with shebang has svn:executable
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 21 Sep 2009 19:48:00 +0000
parents 91474309de1a
children 8b125ec749d7
files build/__init__.py build/darwin-config-dist.py build/freebsd6-config-dist.py build/linux2-config-dist.py build/win32-config-dist.py clients/editor/plugins/LightEdit.py clients/editor/plugins/ObjectEdit.py clients/pychan_demo/dynamic.py clients/pychan_demo/styling.py engine/extensions/basicapplication.py engine/extensions/fife_compat.py engine/extensions/fife_timer.py engine/extensions/fife_utils.py engine/extensions/fifelog.py engine/extensions/filebrowser.py engine/extensions/loaders.py engine/extensions/pychan/__init__.py engine/extensions/pychan/attrs.py engine/extensions/pychan/autoposition.py engine/extensions/pychan/compat.py engine/extensions/pychan/dialogs.py engine/extensions/pychan/events.py engine/extensions/pychan/exceptions.py engine/extensions/pychan/fonts.py engine/extensions/pychan/internal.py engine/extensions/pychan/properties.py engine/extensions/pychan/tools.py engine/extensions/pychan/widgets/__init__.py engine/extensions/pychan/widgets/basictextwidget.py engine/extensions/pychan/widgets/buttons.py engine/extensions/pychan/widgets/checkbox.py engine/extensions/pychan/widgets/common.py engine/extensions/pychan/widgets/containers.py engine/extensions/pychan/widgets/dropdown.py engine/extensions/pychan/widgets/ext/__init__.py engine/extensions/pychan/widgets/icon.py engine/extensions/pychan/widgets/label.py engine/extensions/pychan/widgets/layout.py engine/extensions/pychan/widgets/listbox.py engine/extensions/pychan/widgets/radiobutton.py engine/extensions/pychan/widgets/scrollarea.py engine/extensions/pychan/widgets/slider.py engine/extensions/pychan/widgets/textbox.py engine/extensions/pychan/widgets/textfield.py engine/extensions/pychan/widgets/widget.py engine/extensions/pythonize.py engine/extensions/savers.py engine/extensions/serializers/__init__.py engine/extensions/serializers/xmlanimation.py engine/extensions/serializers/xmlmap.py engine/extensions/serializers/xmlobject.py tests/__init__.py tests/analyzers/__init__.py tests/core_tests/__init__.py tests/extension_tests/__init__.py tests/extension_tests/extension_test_utils.py tests/swig_tests/__init__.py tests/swig_tests/swig_test_utils.py utils/__init__.py utils/animation_generator.py utils/object_editor.py utils/object_generator.py utils/ruleset_tester.py utils/util_scripts/__init__.py utils/util_scripts/path.py
diffstat 48 files changed, 1 insertions(+), 48 deletions(-) [+]
line wrap: on
line diff
--- a/clients/editor/plugins/LightEdit.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/clients/editor/plugins/LightEdit.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # coding: utf-8
 # ###################################################
 # Copyright (C) 2008 The Zero-Projekt team
--- a/clients/editor/plugins/ObjectEdit.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/clients/editor/plugins/ObjectEdit.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # coding: utf-8
 # ###################################################
 # Copyright (C) 2008 The Zero-Projekt team
--- a/clients/pychan_demo/dynamic.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/clients/pychan_demo/dynamic.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 import pychan
--- a/clients/pychan_demo/styling.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/clients/pychan_demo/styling.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,7 +1,5 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-
 import fife
 
 import pychan
--- a/engine/extensions/basicapplication.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/basicapplication.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/fife_compat.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/fife_compat.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/fife_timer.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/fife_timer.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/fife_utils.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/fife_utils.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/fifelog.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/fifelog.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/filebrowser.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/filebrowser.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/loaders.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/loaders.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/__init__.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/__init__.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/attrs.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/attrs.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/autoposition.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/autoposition.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/compat.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/compat.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/dialogs.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/dialogs.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/events.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/events.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/exceptions.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/exceptions.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/fonts.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/fonts.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/internal.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/internal.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/properties.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/properties.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/tools.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/tools.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/__init__.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/__init__.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/basictextwidget.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/basictextwidget.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/buttons.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/buttons.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/checkbox.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/checkbox.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/common.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/common.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/containers.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/containers.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/dropdown.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/dropdown.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/ext/__init__.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/ext/__init__.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/icon.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/icon.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/label.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/label.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/layout.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/layout.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/listbox.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/listbox.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/radiobutton.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/radiobutton.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/scrollarea.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/scrollarea.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/slider.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/slider.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/textbox.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/textbox.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/textfield.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/textfield.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pychan/widgets/widget.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pychan/widgets/widget.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/pythonize.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/pythonize.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/savers.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/savers.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/serializers/__init__.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/serializers/__init__.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/serializers/xmlanimation.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/serializers/xmlanimation.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/serializers/xmlmap.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/serializers/xmlmap.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/engine/extensions/serializers/xmlobject.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/engine/extensions/serializers/xmlobject.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # ####################################################################
--- a/tests/extension_tests/extension_test_utils.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/tests/extension_tests/extension_test_utils.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 import os, sys, unittest
 
 def genpath(somepath):
--- a/utils/object_editor.py	Sun Sep 20 14:18:59 2009 +0000
+++ b/utils/object_editor.py	Mon Sep 21 19:48:00 2009 +0000
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 import sys, os, wx
 import wx.grid as gridlib