mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
MakeFlags.__repr__ references a "flags" type (probably meant to be MakeFlags). Gencontrol.write_config references the "file" type which was removed in Python 3. Clearly neither of these methods are actually used, so delete them.