Make six an external dependency.

This commit is contained in:
Stefan van der Walt
2013-10-27 14:06:26 +02:00
parent d5776656a8
commit eb6867cfe2
12 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import warnings
import functools
import sys
from . import six
import six
__all__ = ['deprecated', 'get_bound_method_class']