From f40e98dca3f271e8eca08e8d3b2d5053ea567821 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 15 Aug 2010 07:49:49 -0400 Subject: [PATCH] Lowercase initial word in some log messages. --- hooke/ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooke/ui/__init__.py b/hooke/ui/__init__.py index ec2867e..02e9151 100644 --- 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('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__ -- 2.26.2