Merge pull request #74 from dev-zzo/pr-fix-chamlog2

chamlog: ensure it works on Python 2 and 3; take 2
This commit is contained in:
Georg Land
2016-11-21 12:38:46 +01:00
committed by GitHub
+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