Skip to content

Commit

Permalink
Remove humanfriendly.compat.unittest (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Sep 17, 2021
1 parent 57cb625 commit 278215d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions humanfriendly/compat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Human friendly input/output in Python.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: December 10, 2020
# Last Change: September 17, 2021
# URL: https://humanfriendly.readthedocs.io

"""
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 278215d

Please sign in to comment.