Author: Stephan Peijnik
Comment:
  Fixes missing shebang in seteditor.py example script.

--- ipython-0.9.1.orig/docs/examples/core/seteditor.py	2008-09-19 17:32:19.531743653 +0200
+++ ipython-0.9.1/docs/examples/core/seteditor.py	2008-09-19 17:32:26.679744387 +0200
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 import os
 
 
