mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-17 22:20:24 +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
|