Doc comment for SConstruct

This commit is contained in:
Eryn Wells 2015-12-05 09:52:52 -08:00
parent 7266c24896
commit c669ad98f1

View file

@ -1,11 +1,12 @@
# SConstruct
# vim: set ft=python:
#
# Toplevel Scons build script. This should be mostly complete and generic enough
# for most builds.
#
# Eryn Wells <eryn@erynwells.me>
'''
Toplevel Scons build script. This should be mostly complete and generic enough
for most builds.
'''
import logging
setup_logging()