forked from mirror/django-mailbox
PEP-8 Cleanup.
This commit is contained in:
parent
9f77c9221a
commit
9cdb2d9d1b
10 changed files with 120 additions and 96 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import email
|
||||
from poplib import POP3, POP3_SSL
|
||||
|
||||
|
||||
class Pop3Transport(object):
|
||||
def __init__(self, hostname, port=None, ssl=False):
|
||||
self.hostname = hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue