chamlog: ensure it works on Python 2 and 3; take 2

This commit is contained in:
dev-zzo
2016-11-02 22:33:35 +01:00
parent 0d2f79dec2
commit 944a22cb37
+2
View File
@@ -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