ref: e11a56a1f654de05043eeefac0061e6d2c1b67ba
parent: 74f8d746dba41e7fd864994ddc7a9019841829e1
author: yenatch <[email protected]>
date: Tue Sep 10 21:40:53 EDT 2013
use a docstring instead of comments in scan_includes
--- 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