sort imports for other scripts
This commit is contained in:
parent
558f7be2d2
commit
63c50c2a31
4 changed files with 11 additions and 7 deletions
3
setup.py
3
setup.py
|
|
@ -1,7 +1,10 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
def get_install_requires():
|
||||
# To install all build requires:
|
||||
# $ dnf install python-pip git krb5-devel gcc redhat-rpm-config \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue