sort imports for other scripts

This commit is contained in:
Yu Ming Zhu 2019-12-09 23:45:18 +00:00
parent 558f7be2d2
commit 63c50c2a31
4 changed files with 11 additions and 7 deletions

View file

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