Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion emails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

"""

from __future__ import unicode_literals

__title__ = 'emails'
__version__ = '0.6'
Expand Down
1 change: 0 additions & 1 deletion emails/backend/inmemory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# encoding: utf-8
from __future__ import unicode_literals

__all__ = ['InMemoryBackend', ]

Expand Down
1 change: 0 additions & 1 deletion emails/backend/smtp/backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# encoding: utf-8
from __future__ import unicode_literals
import smtplib
import logging
from functools import wraps
Expand Down
1 change: 0 additions & 1 deletion emails/backend/smtp/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# encoding: utf-8
from __future__ import unicode_literals
import socket


Expand Down
185 changes: 0 additions & 185 deletions emails/compat/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions emails/compat/_urlparse.py

This file was deleted.

Loading
Loading