Log:
Added some whitespace.
Modified:
branches/1.5/turbogears/util.py
Modified: branches/1.5/turbogears/util.py
==============================================================================
--- branches/1.5/turbogears/util.py Tue Mar 8 09:39:01 2011 (r7248)
+++ branches/1.5/turbogears/util.py Thu Mar 10 14:56:51 2011 (r7249)
@@ -60,6 +60,7 @@
decorate.warned = False
return decorate
+
def missing_dependency_error(name=None):
msg = """\
Before you can run this command, you need to install all the project's
@@ -73,6 +74,7 @@
"found.\n\n" % name) + msg
return msg
+
class Bunch(dict):
"""Simple but handy collector of a bunch of named stuff."""