Unfortunately commited something that should not have been committed

This commit is contained in:
Dave Halter
2019-12-02 00:11:29 +01:00
parent 4d3f6fa790
commit f54291a30b

View File

@@ -80,7 +80,7 @@ class TestSetupReadline(unittest.TestCase):
difference = {x for x in difference if not x.startswith('from os import _')} difference = {x for x in difference if not x.startswith('from os import _')}
# There are quite a few differences, because both Windows and Linux # There are quite a few differences, because both Windows and Linux
# (posix and nt) libraries are included. # (posix and nt) libraries are included.
assert len(difference) < 10 assert len(difference) < 38
@cwd_at('test') @cwd_at('test')
def test_local_import(self): def test_local_import(self):