diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-03 13:48:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 13:48:22 +0000 |
| commit | b967976e947757113110a1312ce36be7850395b6 (patch) | |
| tree | a41ec488c314c998526d49a221a66685f81e0c22 | |
| parent | ecc2461c128d0275d1dd677154880d03ebf23a19 (diff) | |
Preserve python2 back-compat.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
