Files
edx-platform/lms/djangoapps/django_comment_client/helpers.py
Ibrahim Awwal 9266ade9b6 Removed helpers.show_if.
I don't know why this was ever defined when python has a ternary operator
which doesn't require its arguments to be evaluated if the condition
evaluates to false, whereas this helper method does.
2012-09-11 01:49:43 -07:00

1.9 KiB