From 278215d3afb04e37b1e5ad3072038d359309000a Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Fri, 17 Sep 2021 23:05:26 +0200 Subject: [PATCH] Remove humanfriendly.compat.unittest (#53) --- humanfriendly/compat.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/humanfriendly/compat.py b/humanfriendly/compat.py index 7c95790..24c9d18 100644 --- a/humanfriendly/compat.py +++ b/humanfriendly/compat.py @@ -1,7 +1,7 @@ # Human friendly input/output in Python. # # Author: Peter Odding -# Last Change: December 10, 2020 +# Last Change: September 17, 2021 # URL: https://humanfriendly.readthedocs.io """ @@ -56,16 +56,11 @@ 'on_windows', 'unichr', 'unicode', - # This export remains here so as not to break my dozen or so other Python - # projects using 'from humanfriendly.compat import unittest' from good old - # times (when Python 2.6 was still a thing). It will eventually be removed. - 'unittest', 'which', ) # Standard library modules. import sys -import unittest # Differences between Python 2 and 3. try: