diff options
Diffstat (limited to 'mesonbuild/wrap/wrap.py')
-rw-r--r-- | mesonbuild/wrap/wrap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/wrap/wrap.py b/mesonbuild/wrap/wrap.py index 5fe8b33..6c5a867 100644 --- a/mesonbuild/wrap/wrap.py +++ b/mesonbuild/wrap/wrap.py @@ -42,10 +42,8 @@ try: # regarding 'imported but unused' can be safely ignored import ssl # noqa has_ssl = True - API_ROOT = 'https://wrapdb.mesonbuild.com/v1/' except ImportError: has_ssl = False - API_ROOT = 'http://wrapdb.mesonbuild.com/v1/' REQ_TIMEOUT = 600.0 SSL_WARNING_PRINTED = False |