1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-06 16:42:41 +03:00

Remove unneeded sys import (#5873)

* Remove unneeded sys import.

Once upon a time we needed this in some of these setup.py files because we were
using sys in the file, but we aren't anymore so let's remove the import.

* use setuptools instead of distutils
This commit is contained in:
Brad Warren
2018-06-04 15:04:56 -07:00
committed by GitHub
parent 15f1405fff
commit 236f9630e0
15 changed files with 1 additions and 30 deletions

View File

@@ -1,5 +1,3 @@
import sys
from setuptools import setup
from setuptools import find_packages