1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Python 2 *sigh*

This commit is contained in:
Pradyun Gedam 2020-07-28 11:23:39 +05:30
parent 3f88476e4f
commit 9033824cbc
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -1,6 +1,8 @@
"""For when pip wants to check the date or time. """For when pip wants to check the date or time.
""" """
from __future__ import absolute_import
import datetime import datetime