From 92bf6bb6d6a86884a21009eddb02e716e98bd8c4 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 15 Aug 2015 15:26:07 +0100 Subject: [PATCH] Change configure quiet option in Hachoir to suppress warnings. --- CHANGES.md | 2 ++ HACKS.txt | 7 ++++--- lib/hachoir_core/config.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dad0436f..79956f12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ * Remove legacy anime split home option from anime settings tab (new option located in general/interface tab) * Remove "Manage Torrents" * Update Beautiful Soup 4.3.2 to 4.4.0 (r390) +* Update Hachoir library 1.3.3 to 1.3.4 (r1383) +* Change configure quiet option in Hachoir to suppress warnings (add ref:hacks.txt) ### 0.10.0 (2015-08-06 11:05:00 UTC) diff --git a/HACKS.txt b/HACKS.txt index 5aea55dc..75c4b37f 100644 --- a/HACKS.txt +++ b/HACKS.txt @@ -1,7 +1,8 @@ Libs with customisations... -/tornado +/lib/cachecontrol/caches/file_cache.py +/lib/hachoir_core/config.py +/lib/pynma/pynma.py /lib/requests/packages/urllib3/connectionpool.py /lib/requests/packages/urllib3/util/ssl_.py -/lib/cachecontrol/caches/file_cache.py -/lib/pynma/pynma.py \ No newline at end of file +/tornado diff --git a/lib/hachoir_core/config.py b/lib/hachoir_core/config.py index 9250b627..e9bade06 100644 --- a/lib/hachoir_core/config.py +++ b/lib/hachoir_core/config.py @@ -14,7 +14,7 @@ unicode_stdout = True # Replace stdout and stderr with Unicode compatible ob # Global options debug = False # Display many informations usefull to debug verbose = False # Display more informations -quiet = False # Don't display warnings +quiet = True # Don't display warnings # Use internationalization and localization (gettext)? if os.name == "nt":