# HG changeset patch # User cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1253562480 0 # Node ID dfd48d49c044070f2bc19dd17155da0f151e249e # Parent 91474309de1a628a65ae01cb3ca7ca49739a2c2d * 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 diff -r 91474309de1a -r dfd48d49c044 build/__init__.py diff -r 91474309de1a -r dfd48d49c044 build/darwin-config-dist.py diff -r 91474309de1a -r dfd48d49c044 build/freebsd6-config-dist.py diff -r 91474309de1a -r dfd48d49c044 build/linux2-config-dist.py diff -r 91474309de1a -r dfd48d49c044 build/win32-config-dist.py diff -r 91474309de1a -r dfd48d49c044 clients/editor/plugins/LightEdit.py --- 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 diff -r 91474309de1a -r dfd48d49c044 clients/editor/plugins/ObjectEdit.py --- 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 diff -r 91474309de1a -r dfd48d49c044 clients/pychan_demo/dynamic.py --- 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 diff -r 91474309de1a -r dfd48d49c044 clients/pychan_demo/styling.py --- 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 diff -r 91474309de1a -r dfd48d49c044 engine/extensions/basicapplication.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/fife_compat.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/fife_timer.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/fife_utils.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/fifelog.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/filebrowser.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/loaders.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/__init__.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/attrs.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/autoposition.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/compat.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/dialogs.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/events.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/exceptions.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/fonts.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/internal.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/properties.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/tools.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/__init__.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/basictextwidget.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/buttons.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/checkbox.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/common.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/containers.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/dropdown.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/ext/__init__.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/icon.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/label.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/layout.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/listbox.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/radiobutton.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/scrollarea.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/slider.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/textbox.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/textfield.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pychan/widgets/widget.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/pythonize.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/savers.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/serializers/__init__.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/serializers/xmlanimation.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/serializers/xmlmap.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 engine/extensions/serializers/xmlobject.py --- 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 -*- # #################################################################### diff -r 91474309de1a -r dfd48d49c044 tests/__init__.py diff -r 91474309de1a -r dfd48d49c044 tests/analyzers/__init__.py diff -r 91474309de1a -r dfd48d49c044 tests/core_tests/__init__.py diff -r 91474309de1a -r dfd48d49c044 tests/extension_tests/__init__.py diff -r 91474309de1a -r dfd48d49c044 tests/extension_tests/extension_test_utils.py --- 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): diff -r 91474309de1a -r dfd48d49c044 tests/swig_tests/__init__.py diff -r 91474309de1a -r dfd48d49c044 tests/swig_tests/swig_test_utils.py diff -r 91474309de1a -r dfd48d49c044 utils/__init__.py diff -r 91474309de1a -r dfd48d49c044 utils/animation_generator.py diff -r 91474309de1a -r dfd48d49c044 utils/object_editor.py --- 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 diff -r 91474309de1a -r dfd48d49c044 utils/object_generator.py diff -r 91474309de1a -r dfd48d49c044 utils/ruleset_tester.py diff -r 91474309de1a -r dfd48d49c044 utils/util_scripts/__init__.py diff -r 91474309de1a -r dfd48d49c044 utils/util_scripts/path.py