mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user