From ad3392880fc69d9541a9df2727ff5916656da2ad Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 29 Feb 2020 18:42:00 +0100 Subject: [PATCH] ops --- specials/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/search.py b/specials/search.py index 1b4ee4d5..1756f419 100644 --- a/specials/search.py +++ b/specials/search.py @@ -13,7 +13,7 @@ if sys.version_info[0] >= 3: PY3 = True; unicode = str; unichr = chr; long = int import os, json, time, inspect, channelselector -if PY3 +if PY3: from lib.concurrent import futures else: from lib.concurrent_py2 import futures