django-user-roles
django-user-roles copied to clipboard
print needs parentheses
print needs parentheses
Originally found issue with:
pip install django-user-roles
Forked the code and ran:
python setup.py egg_info
Found issue: File "setup.py", line 57 print "You probably want to also tag the version now:" SyntaxError: Missing parentheses in call to 'print'
Resolved issue by adding the parentheses and reran the check: [FIXED]