def main():
explicit = False
if len(sys.argv) == 2:
explicit = True
srctree = os.path.abspath(sys.argv[1])
else:
srctree = os.path.dirname(inspect.getabsfile(c7n))
update_headers(srctree)
if not explicit:
update_headers(os.path.abspath('tests'))
update_headers(os.path.abspath('ftests'))
评论列表
文章目录