From 67d974638a822f7a5d7b459c922c7a9c6d9dce19 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 25 Jul 2016 17:42:19 -0400 Subject: [PATCH] Import print_function from future so we still work with python2.7 --- sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.py b/sample.py index 3118bab..1dd4489 100644 --- a/sample.py +++ b/sample.py @@ -1,4 +1,4 @@ - +from __future__ import print_function # A simple milter. # Author: Stuart D. Gathman