maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH maposmatic 1/2] pure cosmetics


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH maposmatic 1/2] pure cosmetics
Date: Wed, 23 Dec 2009 10:49:26 +0100

---
 www/maposmatic/nominatim.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/www/maposmatic/nominatim.py b/www/maposmatic/nominatim.py
index 64659f3..8227024 100644
--- a/www/maposmatic/nominatim.py
+++ b/www/maposmatic/nominatim.py
@@ -29,6 +29,8 @@
 
 """
 Simple API to query http://nominatim.openstreetmap.org
+
+Most of the credits should go to gthe Nominatim team.
 """
 
 import www.settings
@@ -37,6 +39,7 @@ from urllib import urlencode
 import urllib2
 from xml.etree.ElementTree import parse as XMLTree
 
+
 NOMINATIM_BASE_URL = "http://nominatim.openstreetmap.org/search/";
 
 
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]