Package: tilestache / 1.31.0-1

02-fix_shebang.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: David Paleino <dapal@debian.org>
Subject: add shebang so that it can be run directly
Forwarded: no

---
 scripts/tilestache-compose.py |    1 +
 1 file changed, 1 insertion(+)

--- tilestache.orig/scripts/tilestache-compose.py
+++ tilestache/scripts/tilestache-compose.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 from sys import stderr, path
 from tempfile import mkstemp
 from thread import allocate_lock