[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 36344b7..91448e5 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()
 
-- 
1.7.10.4


Reply to: