mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Merge pull request #2369 from AlanCoding/flake8_setup
Fix flake8 errors in setup.py
This commit is contained in:
commit
2d642b95ae
2
setup.py
2
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user