From b409279254525b58168f4c86e598bbca75639c78 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 9 Mar 2020 06:55:13 +1300 Subject: [PATCH] fix py2 handling #1725 --- core/forks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/forks.py b/core/forks.py index 021631ee..b9fe4edd 100644 --- a/core/forks.py +++ b/core/forks.py @@ -8,6 +8,7 @@ from __future__ import ( ) import requests +import six from six import iteritems import core