mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-19 23:20:26 +00:00
4 lines
111 B
Python
4 lines
111 B
Python
"""Enough of the test.support.os_helper APIs to run the contextlib test suite"""
|
|
import os
|
|
|
|
unlink = os.unlink
|