]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/__main__.py
Clean up a few pylint warnings and make "doc" a phony target.
[dunshire.git] / test / __main__.py
index 175c884766c899a6cd668ded6ec00b601d1848e0..6a8af8a538397216234283e7fe350f0eff912f65 100644 (file)
@@ -1,3 +1,6 @@
+"""
+An implementation of __main__() that allows us to "run this module."
+"""
 from test import build_suite, run_suite
 
 run_suite(build_suite())