NationalSecurityAgency / lemongraph

Log-based transactional graph engine
Other
1.14k stars 150 forks source link

Modernize Python 2 code to get ready for Python 3 #17

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

Partial fix to #12

Minimal, safe changes required to make this code syntax compatible with both Python 2 and Python 3. There will probably be more changes required to complete the port to Python 3 but this should provide a solid start in that process without breaking backward compatibility with legacy Python.