mitodl / mit_lti_flask_sample

a sample LTI provider using the PyLTI library and the Flask framework
23 stars 44 forks source link

Use conventional comments to avoid string concatenation. #12

Closed nedbat closed 9 years ago

nedbat commented 9 years ago

The old way concatenated string literals, borking the first key.

carsongee commented 9 years ago

This looks good. Thanks.