contextlib2/test/support/os_helper.py
2021-06-26 17:49:42 +10:00

4 lines
111 B
Python

"""Enough of the test.support.os_helper APIs to run the contextlib test suite"""
import os
unlink = os.unlink