Skip to content

Commit e7642fd

Browse files
authored
Merge pull request #176 from slimta/ns
Fix import errors with namespace packages
2 parents dc1e1ce + 3da2899 commit e7642fd

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
license = f.read()
2929

3030
setup(name='python-slimta',
31-
version='5.0.2',
31+
version='5.0.3',
3232
author='Ian Good',
3333
author_email='ian@icgood.net',
3434
description='Lightweight, asynchronous SMTP libraries.',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import time
2727
from io import BytesIO
2828

29-
from .envelope import Envelope
29+
from slimta.envelope import Envelope
3030
from slimta.util.bytesformat import BytesFormat
3131

3232
__all__ = ['Bounce']
File renamed without changes.

0 commit comments

Comments
 (0)