mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 10:19:22 +00:00
Fixing requests.urllib3 warnings
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" This module contains some bugfixes for packages used in TWBlue."""
|
||||
import sys
|
||||
import fix_arrow # A few new locales for Three languages in arrow.
|
||||
# import fix_requests_cert_location # For a better compilation in Windows.
|
||||
import fix_urllib3_warnings # Avoiding some SSL warnings related to Twython.
|
||||
|
||||
def setup():
|
||||
fix_arrow.fix()
|
||||
fix_arrow.fix()
|
||||
# if hasattr(sys, "frozen"):
|
||||
# fix_requests_cert_location.fix()
|
||||
fix_urllib3_warnings.fix()
|
Reference in New Issue
Block a user