diff --git a/scan_includes.py b/scan_includes.py index 71b2e58a7..3f006998c 100644 --- a/scan_includes.py +++ b/scan_includes.py @@ -1,7 +1,9 @@ # coding: utf-8 -# Recursively scan an asm file for rgbasm INCLUDEs and INCBINs. -# This is used to generate dependencies for each rgbasm object file. +""" +Recursively scan an asm file for rgbasm INCLUDEs and INCBINs. +This is used to generate dependencies for each rgbasm object file. +""" import sys