VDrift / vdrift

VDrift source code
http://vdrift.net/
GNU General Public License v3.0
353 stars 97 forks source link

SConstruct Python 3 fix #174

Closed MatthiasCoppens closed 4 years ago

MatthiasCoppens commented 4 years ago

dict.has_key is removed in Python 3.X, use in instead.