From 3b3c4aec64a1352b7a5e0e4dc64468e76b8b68fd Mon Sep 17 00:00:00 2001 From: migurski Date: Tue, 11 Sep 2012 18:24:49 -0700 Subject: [PATCH] Bumped to 0.5.3 with adjustment to sys.path in hillup-seed.py --- VERSION | 2 +- hillup-seed.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index cb0c939..be14282 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/hillup-seed.py b/hillup-seed.py index ac72038..4d892a2 100644 --- a/hillup-seed.py +++ b/hillup-seed.py @@ -1,6 +1,7 @@ #!/usr/bin/env python """ """ +from sys import path from optparse import OptionParser from TileStache import getTile @@ -71,6 +72,8 @@ def generateCoordinates(ul, lr, zooms, padding): if __name__ == '__main__': + path.insert(0, '.') + options, zooms = parser.parse_args() lat1, lon1, lat2, lon2 = options.bbox