Skip to content

Commit

Permalink
!debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Oct 4, 2023
1 parent 8e849f5 commit 16058b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devpi_plumber/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
from io import StringIO
from urllib.parse import urlsplit, urlunsplit, urljoin

# To avoid issues with setuptools and distutils load order, always explicitly load setuptools
# before loading the Devpi client which relies on it.
import setuptools # noqa F401

from devpi.main import main as devpi
from twitter.common.contextutil import mutable_sys, temporary_dir

Expand Down

0 comments on commit 16058b6

Please sign in to comment.