Switch over to django's bundled six library.

Review Request #5496 — Created Feb. 18, 2014 and submitted — Latest diff uploaded

Information

Djblets
master
ec32963...

Reviewers

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.

    Loading...