Start to use six for basestring.

six allows us to smoothly get more forward compatible with
py3.  The idea is to change things over to use six, when/if
we feel a need for it.
This commit is contained in:
Elrond
2013-04-18 15:53:09 +02:00
parent 4c7b9420ab
commit bc92ff9d3c
3 changed files with 6 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ setup(
'mock',
'itsdangerous',
'pytz',
'six',
## This is optional!
# 'translitcodec',
## For now we're expecting that users will install this from