alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

Fix AMBuild for python 3.12 #148

Closed Kenzzer closed 11 months ago

Kenzzer commented 11 months ago

https://docs.python.org/3/whatsnew/3.12.html

https://github.com/alliedmodders/ambuild/blob/417517c1ec86c0a1a90e1ad37faf0b8b68654fa3/ambuild2/context.py#L19

imp is being imported in context.py but not used, let's strip that ?

dvander commented 11 months ago

Thanks!