Files
edx-platform/lms/djangoapps/oauth2_handler
Ned Batchelder 0872732cf0 Fix pylint C7630 (literal used as attribute) violations
There's no need to use a string literal in setattr, delattr, or the
two-argument form of getattr.
2015-11-23 15:32:54 -05:00
..