[python-imageio] 03/06: Use system libraries

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Dec 28 16:20:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-imageio.

commit 5a6230d0f9378e4dc5d75b861f500799ebb5db57
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Dec 28 14:45:12 2016 +0000

    Use system libraries
---
 imageio/core/findlib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/imageio/core/findlib.py b/imageio/core/findlib.py
index f039445..e3aada8 100644
--- a/imageio/core/findlib.py
+++ b/imageio/core/findlib.py
@@ -15,7 +15,7 @@ import ctypes
 LOCALDIR = os.path.abspath(os.path.dirname(__file__))
 
 # Flag that can be patched / set to True to disable loading non-system libs
-SYSTEM_LIBS_ONLY = False
+SYSTEM_LIBS_ONLY = True
 
 
 def looks_lib(fname):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-imageio.git



More information about the debian-science-commits mailing list