summaryrefslogtreecommitdiff
path: root/scripts/internal/download_wheels_appveyor.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/internal/download_wheels_appveyor.py')
-rwxr-xr-xscripts/internal/download_wheels_appveyor.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/internal/download_wheels_appveyor.py b/scripts/internal/download_wheels_appveyor.py
index 5e633d52..e4d6ffc0 100755
--- a/scripts/internal/download_wheels_appveyor.py
+++ b/scripts/internal/download_wheels_appveyor.py
@@ -13,11 +13,13 @@ http://code.saghul.net/index.php/2015/09/09/
"""
from __future__ import print_function
+
import concurrent.futures
import os
-import requests
import sys
+import requests
+
from psutil import __version__ as PSUTIL_VERSION
from psutil._common import bytes2human
from psutil._common import print_color