From 944a22cb374cab9f32e74cfdc10c4860028e4e56 Mon Sep 17 00:00:00 2001 From: dev-zzo Date: Wed, 2 Nov 2016 22:33:35 +0100 Subject: [PATCH] chamlog: ensure it works on Python 2 and 3; take 2 --- Software/chamlog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Software/chamlog.py b/Software/chamlog.py index 9394630..e73d503 100755 --- a/Software/chamlog.py +++ b/Software/chamlog.py @@ -3,6 +3,8 @@ # Command line tool to analyze binary dump files from the Chameleon # Authors: Simon K. (simon.kueppers@rub.de) +from __future__ import print_function + import argparse import sys import json