projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add823a
)
Lowercase initial word in some log messages.
author
W. Trevor King
<wking@drexel.edu>
Sun, 15 Aug 2010 11:49:49 +0000
(07:49 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 15 Aug 2010 11:49:49 +0000
(07:49 -0400)
hooke/ui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/__init__.py
b/hooke/ui/__init__.py
index ec2867ecc0a05204fe47439df08e93ac7b56ad00..02e91513238b299d65790799a96bff330b9d4104 100644
(file)
--- a/
hooke/ui/__init__.py
+++ b/
hooke/ui/__init__.py
@@
-29,7
+29,7
@@
from ..util.pluggable import IsSubclass, construct_odict
try:
from ..license import short_license
except ImportError, e:
- logging.warn('
C
ould not load short_license from hooke.license')
+ logging.warn('
c
ould not load short_license from hooke.license')
from .. import __license__
def short_license(extra_info, **kwargs):
return __license__