From bfa4dba15485b4192f8bbe13345e9658c97ecf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 7 Oct 2017 07:59:01 +0200 Subject: New upstream version 0.6.0+dfsg --- silx/__init__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'silx/__init__.py') diff --git a/silx/__init__.py b/silx/__init__.py index cfb306b..8dab7e1 100644 --- a/silx/__init__.py +++ b/silx/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 # /*########################################################################## # -# Copyright (c) 2015-2016 European Synchrotron Radiation Facility +# Copyright (c) 2015-2017 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -32,7 +32,10 @@ __date__ = "23/05/2016" import os as _os import logging as _logging -_logging.basicConfig() # Make sure logging is initialised + +# Attach a do nothing logging handler for silx +_logging.getLogger(__name__).addHandler(_logging.NullHandler()) + project = _os.path.basename(_os.path.dirname(_os.path.abspath(__file__))) -- cgit v1.2.3