Lowercase initial word in some log messages.
authorW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 11:49:49 +0000 (07:49 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 15 Aug 2010 11:49:49 +0000 (07:49 -0400)
hooke/ui/__init__.py

index ec2867ecc0a05204fe47439df08e93ac7b56ad00..02e91513238b299d65790799a96bff330b9d4104 100644 (file)
@@ -29,7 +29,7 @@ from ..util.pluggable import IsSubclass, construct_odict
 try:
     from ..license import short_license
 except ImportError, e:
 try:
     from ..license import short_license
 except ImportError, e:
-    logging.warn('Could not load short_license from hooke.license')
+    logging.warn('could not load short_license from hooke.license')
     from .. import __license__
     def short_license(extra_info, **kwargs):
         return __license__
     from .. import __license__
     def short_license(extra_info, **kwargs):
         return __license__