projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a3017
)
libbe:bugdir: avoid SimpleBugDir is not a item name
author
W. Trevor King
<wking@tremily.us>
Fri, 26 Oct 2012 12:48:30 +0000
(08:48 -0400)
committer
W. Trevor King
<wking@tremily.us>
Fri, 26 Oct 2012 12:48:33 +0000
(08:48 -0400)
This happens because SimpleBugDir is not defined if libbe.TESTING is
not set before importing libbe.bugdir.
libbe/bugdir.py
patch
|
blob
|
history
diff --git
a/libbe/bugdir.py
b/libbe/bugdir.py
index fde4c32519dea3bd0c8a1dc1a5a9466d9acedf44..5c7211dd5542e53fc8e6e508e672156fc0e0635c 100644
(file)
--- a/
libbe/bugdir.py
+++ b/
libbe/bugdir.py
@@
-83,7
+83,7
@@
class BugDir (list, settings_object.SavedSettingsObject):
See Also
--------
-
:py:class:`SimpleBugDir` for some
bugdir manipulation exampes.
+
SimpleBugDir :
bugdir manipulation exampes.
"""
settings_properties = []