Switch to side-by-side view

--- a/OSSEval/OpenSourceProject/utils.py
+++ b/OSSEval/OpenSourceProject/utils.py
@@ -5,8 +5,6 @@
 # OSSeval is powered by the SOS Open Source AGPL edition.
 #  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
 #  notices from the user interface (see section 5.d below).
-#  Commercial licenses are available and do not require any SOS Open Source attributions
-#  or visible copyright notices but they are not permitted under this license.
 
 # OSSEval Copyright 2014 Bitergium SLL
 # SOS Open Source Copyright 2012 Roberto Galoppini
@@ -19,8 +17,7 @@
 
 class Configuration():
     api_key = OpenSourceProject.ohloh_api_key
-    max_number_of_records = OpenSourceProject.local_record_limit
-    flossmole_locale = OpenSourceProject.flossmole_locale
+    max_number_of_records = OpenSourceProject.record_limit
     
 class Forges(object):
     ALL = 0