Skip to content

Commit

Permalink
Fix running on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Apr 20, 2024
1 parent bdf09c6 commit 2be506b
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maildump/vendor/* linguist-vendored
2 changes: 1 addition & 1 deletion maildump/smtp.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from email.parser import BytesParser

import smtpd
from logbook import Logger

from maildump.db import add_message
from maildump.vendor import smtpd

log = Logger(__name__)

Expand Down
Loading

0 comments on commit 2be506b

Please sign in to comment.