summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-04-26 21:20:42 +0300
committerPaul Ganssle <paul@ganssle.io>2018-05-24 14:32:31 -0400
commit88ae237911346d74c1c8a51a11dd47b486f3b4c5 (patch)
treeb0eb8c63d1a68b4e3019da22076ab5537c6667f6
parentca7aa27ceb9370dabbca21b55d6410bb1101f8f0 (diff)
downloadpython-setuptools-git-88ae237911346d74c1c8a51a11dd47b486f3b4c5.tar.gz
Make it clear this compat module provides no public members
-rw-r--r--setuptools/py31compat.py2
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