]> git.decadent.org.uk Git - dak.git/commitdiff
Ups, rename function so its actually what it should be
authorJoerg Jaspert <joerg@debian.org>
Mon, 1 Dec 2014 10:34:08 +0000 (11:34 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 1 Dec 2014 10:34:08 +0000 (11:34 +0100)
dakweb/queries/source.py

index 36344b766f1a0a14fd03f91b82bdee51b55ed212..91448e5db7faf6f2701d2565de36c35006060e91 100755 (executable)
@@ -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()