1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

fix flake8 errors in setup.py

This commit is contained in:
AlanCoding 2018-10-04 11:52:49 -04:00
parent b75f8ceca6
commit b94d5c7f20
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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"