We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cb625 commit 278215dCopy full SHA for 278215d
1 file changed
humanfriendly/compat.py
@@ -1,7 +1,7 @@
1
# Human friendly input/output in Python.
2
#
3
# Author: Peter Odding <peter@peterodding.com>
4
-# Last Change: December 10, 2020
+# Last Change: September 17, 2021
5
# URL: https://humanfriendly.readthedocs.io
6
7
"""
@@ -56,16 +56,11 @@
56
'on_windows',
57
'unichr',
58
'unicode',
59
- # This export remains here so as not to break my dozen or so other Python
60
- # projects using 'from humanfriendly.compat import unittest' from good old
61
- # times (when Python 2.6 was still a thing). It will eventually be removed.
62
- 'unittest',
63
'which',
64
)
65
66
# Standard library modules.
67
import sys
68
-import unittest
69
70
# Differences between Python 2 and 3.
71
try:
0 commit comments