Move sys to top of mime.py

This commit is contained in:
Stuart D. Gathman
2018-12-23 22:31:20 -05:00
parent 55e5378659
commit 52e1b4ae32
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ libdirs = ["/usr/lib/libmilter"] # needed for Debian
modules = ["mime"]
# NOTE: importing Milter to obtain version fails when milter.so not built
setup(name = "pymilter", version = '1.0.2',
setup(name = "pymilter", version = '1.0.3',
description="Python interface to sendmail milter API",
long_description="""\
This is a python extension module to enable python scripts to