projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de74cfc
)
Add logging import to hooke.ui
author
W. Trevor King
<wking@drexel.edu>
Sat, 14 Aug 2010 13:08:43 +0000
(09:08 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 14 Aug 2010 13:08:43 +0000
(09:08 -0400)
hooke/ui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/__init__.py
b/hooke/ui/__init__.py
index 774a1511e10c2c4c3dc2665437b96feeb816c7b3..ec2867ecc0a05204fe47439df08e93ac7b56ad00 100644
(file)
--- a/
hooke/ui/__init__.py
+++ b/
hooke/ui/__init__.py
@@
-20,6
+20,7
@@
"""
import ConfigParser as configparser
+import logging
from .. import version
from ..config import Setting
@@
-28,7
+29,6
@@
from ..util.pluggable import IsSubclass, construct_odict
try:
from ..license import short_license
except ImportError, e:
- import logging
logging.warn('Could not load short_license from hooke.license')
from .. import __license__
def short_license(extra_info, **kwargs):