mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
fixup: remove redundant check
This commit is contained in:
6
setup.py
6
setup.py
@@ -14,12 +14,6 @@ from setuptools.command.bdist_egg import bdist_egg
|
|||||||
from setuptools.command.build_py import build_py
|
from setuptools.command.build_py import build_py
|
||||||
from setuptools.command.sdist import sdist
|
from setuptools.command.sdist import sdist
|
||||||
|
|
||||||
v = sys.version_info
|
|
||||||
if v[:2] < (3, 6):
|
|
||||||
error = "ERROR: JupyterHub requires Python version 3.6 or above."
|
|
||||||
print(error, file=sys.stderr)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
shell = False
|
shell = False
|
||||||
if os.name in ('nt', 'dos'):
|
if os.name in ('nt', 'dos'):
|
||||||
shell = True
|
shell = True
|
||||||
|
Reference in New Issue
Block a user