adhocracy icon indicating copy to clipboard operation
adhocracy copied to clipboard

Fix Python setup.

Open phihag opened this issue 8 years ago • 2 comments

The Python setup was broken when it actually downloaded, since the last line in the bootstrap removes the pkg_resources module from sys.modules and we tried to reload it. While we're at it, remove insecure and slow HTTP downloads in favor of bringing the file with us.

phihag avatar Sep 11 '15 02:09 phihag