NationalSecurityAgency / lemongraph

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

Define raw_input() for Python 3 #21

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

__raw_input() was removed in Python 3 in favor of input()__. This PR ensures equivalent functionality in both Python 2 and Python 3.