Utils: add coerce_url_to_protocol()
commit8d2a668c5bb2a2d4f543ff2f93c79de764a766bc
authorxiongchiamiov <xiong.chiamiov@gmail.com>
Fri, 9 Jan 2015 02:31:33 +0000 (8 18:31 -0800)
committerxiongchiamiov <xiong.chiamiov@gmail.com>
Fri, 6 Feb 2015 17:13:01 +0000 (6 09:13 -0800)
treea93fe5faa132832404c905a65dc191f83fa391b6
parent4a9d45a878cceb27c01f67eda658c72f2579f298
Utils: add coerce_url_to_protocol()

Sometimes we have a url that may or may not be using the protocol we want.  In
those cases, it's nice to have a handy way to ensure the protocol.
r2/r2/lib/utils/utils.py
r2/r2/tests/unit/lib/utils_test.py