mirror of https://github.com/pret/pokecrystal.git
use a docstring instead of comments in scan_includes
This commit is contained in:
parent
74f8d746db
commit
e11a56a1f6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue