NationalSecurityAgency / lemongraph

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

Minor fixes to httpd, query and server #13

Closed dwillmer closed 6 years ago

dwillmer commented 6 years ago

httpd.py -- incorrect variable used in exception query.py -- missing import server.py -- NameError in Graph_Exec; class-side variable not accessed correctly.