From: Joerg Jaspert Date: Mon, 1 Dec 2014 10:34:08 +0000 (+0100) Subject: Ups, rename function so its actually what it should be X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=19198b82b46534feacd91029be3b2667d452a441 Ups, rename function so its actually what it should be --- diff --git a/dakweb/queries/source.py b/dakweb/queries/source.py index 36344b76..91448e5d 100755 --- a/dakweb/queries/source.py +++ b/dakweb/queries/source.py @@ -71,7 +71,7 @@ QueryRegister().register_path('/sources_in_suite', sources_in_suite) @bottle.route('/all_sources') -def sources_in_suite(): +def all_sources(): """ all_sources()