django-user-roles icon indicating copy to clipboard operation
django-user-roles copied to clipboard

print needs parentheses

Open pathaugen opened this issue 8 years ago • 1 comments

print needs parentheses

pathaugen avatar Feb 23 '17 00:02 pathaugen

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]

pathaugen avatar Feb 23 '17 00:02 pathaugen