mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
291bbf1433
commit
473f8907f7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -31,11 +31,11 @@ from distutils.version import LooseVersion # pylint: disable=blacklisted-module
|
||||||
# pylint: disable=E0611
|
# pylint: disable=E0611
|
||||||
import setuptools
|
import setuptools
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
from setuptools.command.bdist_egg import bdist_egg
|
||||||
from setuptools.command.develop import develop
|
from setuptools.command.develop import develop
|
||||||
from setuptools.command.egg_info import egg_info
|
from setuptools.command.egg_info import egg_info
|
||||||
from setuptools.command.install import install
|
from setuptools.command.install import install
|
||||||
from setuptools.command.sdist import sdist
|
from setuptools.command.sdist import sdist
|
||||||
from setuptools.command.bdist_egg import bdist_egg
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from urllib2 import urlopen
|
from urllib2 import urlopen
|
||||||
|
|
Loading…
Add table
Reference in a new issue