projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1e64f
)
Docstrings.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 02:21:13 +0000
(19:21 -0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 02:21:13 +0000
(19:21 -0700)
bulletml/errors.py
patch
|
blob
|
history
diff --git
a/bulletml/errors.py
b/bulletml/errors.py
index 16b7106743e40b6eea60e4e7a3dca8c940298dd3..32cb77379a7f6987c0fe876a3e92d34f71c06168 100644
(file)
--- 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