summaryrefslogtreecommitdiff
path: root/portato/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/helper.py')
-rw-r--r--portato/helper.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/portato/helper.py b/portato/helper.py
index ec3c70f..d32aa82 100644
--- a/portato/helper.py
+++ b/portato/helper.py
@@ -17,11 +17,11 @@ from __future__ import absolute_import, with_statement
import os, logging
-debug = logging.getLogger("portatoLogger").debug
-info = logging.getLogger("portatoLogger").info
+debug = logging.getLogger("portatoLogger").debug
+info = logging.getLogger("portatoLogger").info
warning = logging.getLogger("portatoLogger").warning
-error = logging.getLogger("portatoLogger").error
-critical = logging.getLogger("portatoLogger").critical
+error = logging.getLogger("portatoLogger").error
+critical = logging.getLogger("portatoLogger").critical
def N_ (s):
return s