ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

Use of builtins module in controller breaks CKAN Version: >= 2.7, <=2.9 compatibility #49

Closed scottlimmer closed 3 years ago

scottlimmer commented 3 years ago

The builtins module isn't available in Python2.7 and so controller.py:2 from builtins import str breaks on CKAN 2.7,2.8

smotornyuk commented 3 years ago

Thank you for your report and PR. I've merged it