From c2fd284d3d967b760dc0e804865c15dfe011e466 Mon Sep 17 00:00:00 2001 From: "james.p.turk" Date: Thu, 29 Nov 2007 21:40:21 +0000 Subject: [PATCH] fixed typo git-svn-id: https://polipoly.googlecode.com/svn/trunk@5 1885ebd5-0a40-0410-88a4-770918bee656 --- examples/address_to_district.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/address_to_district.py b/examples/address_to_district.py index a987d43..39b8cb0 100755 --- a/examples/address_to_district.py +++ b/examples/address_to_district.py @@ -18,7 +18,7 @@ import cgi from polipoly import AddressToDistrictService GMAPS_API_KEY = 'define-me' -PATH_TO_CDFILES = +PATH_TO_CDFILES = '' # run as a module if __name__ == '__main__':