mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-04-11 06:29:48 +00:00
Make setup.py comply import conventions
This commit is contained in:
parent
34cadcf9b1
commit
9e454a83d0
3
setup.py
3
setup.py
@ -1,6 +1,7 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
from os.path import dirname, realpath, join
|
from os.path import dirname, realpath, join
|
||||||
|
|
||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
here = dirname(realpath(__file__))
|
here = dirname(realpath(__file__))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user