Alfanous-team / alfanous

Alfanous is an Arabic search engine API provides the simple and advanced search in Quran , more features and many interfaces...
http://www.alfanous.org/
GNU Affero General Public License v3.0
254 stars 89 forks source link

Fit the PEP-394 #447

Closed abougouffa closed 9 years ago

abougouffa commented 9 years ago

Change all '#!/usr/bin/python' to '#!/usr/bin/python2' to avoid conflict with OS's with python3 installed by default (like ArchLinux), this fit the PEP-394 standard https://www.python.org/dev/peps/pep-0394/

assem-ch commented 9 years ago

Thank you @abougouffa for the contribution. merged!