From 9033824cbcc4b6ed0cc29d0f4fbd3af721121695 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 28 Jul 2020 11:23:39 +0530 Subject: [PATCH] Python 2 *sigh* --- src/pip/_internal/utils/datetime.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pip/_internal/utils/datetime.py b/src/pip/_internal/utils/datetime.py index b638646c8..4d0503c2f 100644 --- a/src/pip/_internal/utils/datetime.py +++ b/src/pip/_internal/utils/datetime.py @@ -1,6 +1,8 @@ """For when pip wants to check the date or time. """ +from __future__ import absolute_import + import datetime