contextlib2/test/support/os_helper.py

5 lines
111 B
Python
Raw Permalink Normal View History

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