mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Refactoring imports for Python3 support. Fixes #13.
* Refactoring unicode payload handling of mis-encoded payloads. * Uses six.moves.urllib to find proper urllib versions.
This commit is contained in:
parent
ff68e564d5
commit
002e33bd95
4 changed files with 28 additions and 17 deletions
2
setup.py
2
setup.py
|
|
@ -41,6 +41,6 @@ setup(
|
|||
'django_mailbox.tests',
|
||||
],
|
||||
install_requires=[
|
||||
'six'
|
||||
'six>=1.6.1'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue