diff frontends/src/jp/cmd_profile.py @ 2164:63d191c05ecd

jp (blog): set default template and data mapping for the new template output
author Goffi <goffi@goffi.org>
date Tue, 21 Feb 2017 21:01:40 +0100
parents 1bb9bf1b4150
children 255830fdb80b
line wrap: on
line diff
--- a/frontends/src/jp/cmd_profile.py	Tue Feb 21 21:01:40 2017 +0100
+++ b/frontends/src/jp/cmd_profile.py	Tue Feb 21 21:01:40 2017 +0100
@@ -20,7 +20,8 @@
 """This module permits to manage profiles. It can list, create, delete
 and retrieve information about a profile."""
 
-import logging as log
+from sat.core.log import getLogger
+log = getLogger(__name__)
 from sat.core.i18n import _
 from sat_frontends.jp import base