]> kaliko git repositories - mpd-sima.git/commitdiff
Cleanup some imports
authorkaliko <kaliko@azylum.org>
Sat, 4 Dec 2021 11:24:59 +0000 (12:24 +0100)
committerkaliko <kaliko@azylum.org>
Sat, 4 Dec 2021 11:24:59 +0000 (12:24 +0100)
doc/source/conf.py
setup.py

index 2b847f1b0ecc243ccd4c63ff9c24c750bcd7aa1a..d051efa7ae7c0859b03726b22bc26bfedb089453 100644 (file)
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
-import sys
-import os
-
-
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
index 6e99e6cb51d2694c048da9fb84e35978de0ad5da..02961257dc99eb40b9a4f3c1e8db2ded87a1b218 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,9 +3,9 @@
 
 import glob
 
-from setuptools import setup, find_packages  # >= 2.0.2
 from os import listdir
 from os.path import isfile
+from setuptools import setup, find_packages  # >= 2.0.2
 
 from sima.info import __version__ as VERSION, __author__ as AUTHOR
 from sima.info import __doc__ as DESCRIPTION, __email__ as EMAIL