Switch to unified view

a/OSSEval/OpenSourceProject/views.py b/OSSEval/OpenSourceProject/views.py
...
...
3
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
3
# distributed with this file, You can obtain one at http://www.gnu.org/licenses/agpl.txt
4
#
4
#
5
# OSSeval is powered by the SOS Open Source AGPL edition.
5
# OSSeval is powered by the SOS Open Source AGPL edition.
6
#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
6
#  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
7
#  notices from the user interface (see section 5.d below).
7
#  notices from the user interface (see section 5.d below).
8
#  Commercial licenses are available and do not require any SOS Open Source attributions
9
#  or visible copyright notices but they are not permitted under this license.
10
8
11
# OSSEval Copyright 2014 Bitergium SLL
9
# OSSEval Copyright 2014 Bitergium SLL
12
# SOS Open Source Copyright 2012 Roberto Galoppini
10
# SOS Open Source Copyright 2012 Roberto Galoppini
13
# Author: Davide Galletti 
11
# Author: Davide Galletti 
14
12
...
...
28
from ohloh import OhlohProxy
26
from ohloh import OhlohProxy
29
from utils import Forges
27
from utils import Forges
30
import OpenSourceProject
28
import OpenSourceProject
31
29
32
def test(request):
30
def test(request):
33
    return HttpResponse(OpenSourceProject.flossmole_locale)
31
    return HttpResponse(OpenSourceProject.record_limit)
34
32
35
def instance_list_html(request, analysis_id):
33
def instance_list_html(request, analysis_id):
36
    '''
34
    '''
37
    Part of the required interface
35
    Part of the required interface
38
    '''
36
    '''