Skip to content
Snippets Groups Projects
Commit 7f7c3324 authored by hammonds's avatar hammonds
Browse files

Make code as Python 2 And 3 compatible as possible. Mostly:

Use full package path to modules
for use of izip encapsulate import from itertools in a try statement and
refer this to the built in zip
encapsulate ConfigParser import in a try to catch the new name of module
(all lower case)
parent c39909cf
No related branches found
Tags qtcalibrator_0_2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment