From 0c1e005e2a87c0a131c6769ba6c142ff5199dc31 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 29 2015 09:08:43 +0000 Subject: Import the project API controller in the main API one --- diff --git a/pagure/api/__init__.py b/pagure/api/__init__.py index 367f4c4..eea636b 100644 --- a/pagure/api/__init__.py +++ b/pagure/api/__init__.py @@ -166,6 +166,7 @@ def api_method(function): from pagure.api import issue from pagure.api import fork +from pagure.api import project @API.route('/version/')