From e11a56a1f654de05043eeefac0061e6d2c1b67ba Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 11 Sep 2013 01:40:53 -0400 Subject: [PATCH] use a docstring instead of comments in scan_includes --- scan_includes.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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