summaryrefslogtreecommitdiff
path: root/silx/image/test/test_bilinear.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/image/test/test_bilinear.py')
-rw-r--r--silx/image/test/test_bilinear.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/image/test/test_bilinear.py b/silx/image/test/test_bilinear.py
index 1789aca..564dfad 100644
--- a/silx/image/test/test_bilinear.py
+++ b/silx/image/test/test_bilinear.py
@@ -3,7 +3,7 @@
# Project: silx (originally pyFAI)
# https://github.com/silx-kit/silx
#
-# Copyright (C) 2012-2016 European Synchrotron Radiation Facility, Grenoble, France
+# Copyright (C) 2012-2017 European Synchrotron Radiation Facility, Grenoble, France
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
@@ -29,7 +29,7 @@ __date__ = "02/08/2016"
import unittest
import numpy
import logging
-logger = logging.getLogger("test_bilinear")
+logger = logging.getLogger(__name__)
from ..bilinear import BilinearImage