~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to sitemap_urls.py

  • Committer: franku
  • Author(s): GunChleoc
  • Date: 2016-12-13 18:30:38 UTC
  • mfrom: (438.1.6 pyformat_util)
  • Revision ID: somal@arcor.de-20161213183038-5cgmvfh2fkgmoc1s
adding a script to run pyformat over the code base

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    'wlhelpware': WlHelpWareSitemap,
21
21
    'wlhelpworker': WlHelpWorkerSitemap,
22
22
    'wlhelpbuildings': WlHelpBuildingSitemap,
23
 
    }
 
23
}
24
24
 
25
25
urlpatterns = [
26
26
    # Creating a sitemap.xml
27
27
    url(r'^$', sitemap, {'sitemaps': sitemaps},
28
28
        name='django.contrib.sitemaps.views.sitemap')
29
 
    ]
 
29
]