mirror of
https://github.com/django/django.git
synced 2025-05-04 22:17:34 +00:00
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
4 lines
159 B
Python
4 lines
159 B
Python
# Geo-enabled Sitemap classes.
|
|
from django.contrib.gis.sitemaps.georss import GeoRSSSitemap
|
|
from django.contrib.gis.sitemaps.kml import KMLSitemap, KMZSitemap
|