From 19198b82b46534feacd91029be3b2667d452a441 Mon Sep 17 00:00:00 2001
From: Joerg Jaspert <joerg@debian.org>
Date: Mon, 1 Dec 2014 11:34:08 +0100
Subject: [PATCH] Ups, rename function so its actually what it should be

---
 dakweb/queries/source.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
 
-- 
2.39.5