From: Joe Wreschnig Date: Tue, 16 Mar 2010 02:21:13 +0000 (-0700) Subject: Docstrings. X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=696ad700051192e81e1b0f892b3928d1ce5c4603;hp=2e1e64f1f8076dd21a5ea1e7f8af6dbb74946d57 Docstrings. --- diff --git a/bulletml/errors.py b/bulletml/errors.py index 16b7106..32cb773 100644 --- a/bulletml/errors.py +++ b/bulletml/errors.py @@ -1,3 +1,6 @@ +"""Base error classes for bulletml.""" + class Error(Exception): + """Base error class for bulletml.""" pass