Import print_function from future so we still work with python2.7

This commit is contained in:
Scott Kitterman
2016-07-25 17:42:19 -04:00
parent 9058f1c2aa
commit 67d974638a
+1 -1
View File
@@ -1,4 +1,4 @@
from __future__ import print_function
# A simple milter.
# Author: Stuart D. Gathman <stuart@bmsi.com>