File: 05_fix_seteditor_example.patch

package info (click to toggle)
ipython 0.13.1-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,752 kB
  • sloc: python: 69,537; makefile: 355; lisp: 272; sh: 80; objc: 37
file content (18 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Stephan Peijnik <debian@sp.or.at>
Date: Wed, 19 Oct 2011 18:37:25 +0200
Subject: 05_fix_seteditor_example

Fixes missing shebang in seteditor.py example script

---
 docs/examples/core/seteditor.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

--- a/docs/examples/core/seteditor.py
+++ b/docs/examples/core/seteditor.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 import os