Accidentally set build script to python2.6, revervt.

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@12322 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-09-03 15:46:01 +00:00
parent c36c896601
commit 6dd8ee7400

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2.6
#!/usr/bin/env python
import sys
sys.path.append("../tools")