1
0
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:
Kristóf Tóth 2018-05-10 17:09:34 +02:00
parent 34cadcf9b1
commit 9e454a83d0

@ -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__))