Preserve python2 back-compat.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 13:48:22 +0000 (13:48 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Feb 2016 13:48:22 +0000 (13:48 +0000)
cdist

diff --git a/cdist b/cdist
index 47ac5b59a5ce427084010a64bfd152675ebcda8e..6c740419c07c6a4fb3d838c966b77664e58d58de 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -16,6 +16,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+from __future__ import print_function
 import os
 import sys
 import shutil