diff --git a/IPython/config/configurable.py b/IPython/config/configurable.py old mode 100755 new mode 100644 diff --git a/IPython/config/tests/test_loader.py b/IPython/config/tests/test_loader.py old mode 100755 new mode 100644 diff --git a/IPython/core/alias.py b/IPython/core/alias.py old mode 100755 new mode 100644 diff --git a/IPython/core/builtin_trap.py b/IPython/core/builtin_trap.py old mode 100755 new mode 100644 diff --git a/IPython/core/display_trap.py b/IPython/core/display_trap.py old mode 100755 new mode 100644 diff --git a/IPython/core/page.py b/IPython/core/page.py old mode 100755 new mode 100644 diff --git a/IPython/core/payloadpage.py b/IPython/core/payloadpage.py old mode 100755 new mode 100644 diff --git a/IPython/core/prefilter.py b/IPython/core/prefilter.py old mode 100755 new mode 100644 diff --git a/IPython/core/shellapp.py b/IPython/core/shellapp.py old mode 100755 new mode 100644 diff --git a/IPython/core/splitinput.py b/IPython/core/splitinput.py old mode 100755 new mode 100644 diff --git a/IPython/deathrow/quitter.py b/IPython/deathrow/quitter.py old mode 100755 new mode 100644 diff --git a/IPython/extensions/parallelmagic.py b/IPython/extensions/parallelmagic.py old mode 100755 new mode 100644 diff --git a/IPython/lib/guisupport.py b/IPython/lib/guisupport.py old mode 100755 new mode 100644 diff --git a/IPython/lib/inputhook.py b/IPython/lib/inputhook.py old mode 100755 new mode 100644 diff --git a/IPython/lib/tests/test_irunner.py b/IPython/lib/tests/test_irunner.py old mode 100755 new mode 100644 diff --git a/IPython/parallel/apps/baseapp.py b/IPython/parallel/apps/baseapp.py old mode 100755 new mode 100644 diff --git a/IPython/parallel/controller/hub.py b/IPython/parallel/controller/hub.py old mode 100755 new mode 100644 diff --git a/IPython/parallel/engine/engine.py b/IPython/parallel/engine/engine.py old mode 100755 new mode 100644 diff --git a/IPython/parallel/engine/streamkernel.py b/IPython/parallel/engine/streamkernel.py old mode 100755 new mode 100644 diff --git a/IPython/utils/tests/test_traitlets.py b/IPython/utils/tests/test_traitlets.py old mode 100755 new mode 100644 diff --git a/tools/run_ipy_in_profiler.py b/tools/run_ipy_in_profiler.py index a58e0c5..01d287b 100755 --- a/tools/run_ipy_in_profiler.py +++ b/tools/run_ipy_in_profiler.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """XXX - What exactly is the use of this script? I (fperez) tried it quickly and it doesn't work in its current form. Either it