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