More whitespace

This commit is contained in:
Eric Holscher
2014-05-30 12:34:26 -07:00
parent 4bd091b825
commit 96f54b0267

View File

@@ -129,6 +129,7 @@ def is_html_file(path):
'.htm',
]
def create_media_urls(nav, url_list):
"""
Return a list of URLs that have been processed correctly for inclusion in a page.
@@ -142,3 +143,4 @@ def create_media_urls(nav, url_list):
relative_url = '%s/%s' % (nav.url_context.make_relative('/'), url)
final_urls.append(relative_url)
return final_urls