From b94d5c7f20fe3136c4bc8383b84e0a8c0c515bac Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 4 Oct 2018 11:52:49 -0400 Subject: [PATCH] fix flake8 errors in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fadc6eb94c..6c8d226588 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,6 @@ import os import glob import sys -import subprocess from setuptools import setup from distutils.command.sdist import sdist @@ -25,6 +24,7 @@ def get_version(): with open(version_file, 'r') as file: return file.read().strip() + if os.path.exists("/etc/debian_version"): sysinit = "/etc/init.d" webconfig = "/etc/nginx"