summaryrefslogtreecommitdiff
path: root/pkg_resources/extern
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-02 15:23:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-02 15:23:48 -0500
commit2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec (patch)
tree754d0ab503b455ee6e3ae9c16c388eabe71598a1 /pkg_resources/extern
parenta76f5c03136f0c69e8c366bf4069ec8d89d85da7 (diff)
downloadpython-setuptools-git-2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec.tar.gz
Combine separate VendorImporters into a single one in pkg_resources.extern
--HG-- branch : feature/issue-229
Diffstat (limited to 'pkg_resources/extern')
-rw-r--r--pkg_resources/extern/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py
index b7f87ee9..944967c2 100644
--- a/pkg_resources/extern/__init__.py
+++ b/pkg_resources/extern/__init__.py
@@ -1,5 +1,6 @@
import sys
+
class VendorImporter:
"""
A PEP 302 meta path importer for finding optionally-vendored