Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
Wrap text
Report abuse
from django.contrib.gis.utils import GeoIP def is_in_uk(ip): g = GeoIP() ip_location = g.country(ip) return ip_location['country_code'] == 'GB'
Pasted January 19, 2009 7:27AM EDT
Embed
Ads from Ruby Row