diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-04-26 21:20:42 +0300 |
|---|---|---|
| committer | Paul Ganssle <paul@ganssle.io> | 2018-05-24 14:32:31 -0400 |
| commit | 88ae237911346d74c1c8a51a11dd47b486f3b4c5 (patch) | |
| tree | b0eb8c63d1a68b4e3019da22076ab5537c6667f6 /setuptools/py31compat.py | |
| parent | ca7aa27ceb9370dabbca21b55d6410bb1101f8f0 (diff) | |
| download | python-setuptools-git-88ae237911346d74c1c8a51a11dd47b486f3b4c5.tar.gz | |
Make it clear this compat module provides no public members
Diffstat (limited to 'setuptools/py31compat.py')
| -rw-r--r-- | setuptools/py31compat.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/py31compat.py b/setuptools/py31compat.py index 12895cd8..3aecf74e 100644 --- a/setuptools/py31compat.py +++ b/setuptools/py31compat.py @@ -1,3 +1,5 @@ +__all__ = [] + try: # Python >=3.2 from tempfile import TemporaryDirectory |
