summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-03 13:48:22 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-03 13:48:22 +0000
commitb967976e947757113110a1312ce36be7850395b6 (patch)
treea41ec488c314c998526d49a221a66685f81e0c22
parentecc2461c128d0275d1dd677154880d03ebf23a19 (diff)
Preserve python2 back-compat.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 47ac5b5..6c74041 100755
--- 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