Switch over to django's bundled six library.
Review Request #5496 — Created Feb. 18, 2014 and submitted
Switch over to django's bundled six library.
Now that we've moved to Django 1.6, we no longer need to ship our own copy of
six. This changes all the imports and removes the shipped copy.
Ran unit tests.