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
