diff options
author | yenatch <yenatch@gmail.com> | 2013-09-11 01:40:53 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-11 01:40:53 -0400 |
commit | e11a56a1f654de05043eeefac0061e6d2c1b67ba (patch) | |
tree | c5edf9bb9811384df6994e85f49d082921223d4f /scan_includes.py | |
parent | 74f8d746dba41e7fd864994ddc7a9019841829e1 (diff) |
use a docstring instead of comments in scan_includes
Diffstat (limited to 'scan_includes.py')
-rw-r--r-- | scan_includes.py | 6 |
1 files 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 |