File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 11# Human friendly input/output in Python.
22#
33# Author: Peter Odding <[email protected] > 4- # Last Change: December 10, 2020
4+ # Last Change: September 17, 2021
55# URL: https://humanfriendly.readthedocs.io
66
77"""
5656 'on_windows' ,
5757 'unichr' ,
5858 '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' ,
6359 'which' ,
6460)
6561
6662# Standard library modules.
6763import sys
68- import unittest
6964
7065# Differences between Python 2 and 3.
7166try :
You can’t perform that action at this time.
0 commit comments