Skip to content
Snippets Groups Projects
Commit 7c43f490 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Merge pull request #4883 from soltanmm/fixfix

Add missing "support" import.
parents d8b9809a 5fec8b33
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ from setuptools.command import build_ext ...@@ -41,6 +41,8 @@ from setuptools.command import build_ext
from setuptools.command import build_py from setuptools.command import build_py
from setuptools.command import test from setuptools.command import test
import support
PYTHON_STEM = os.path.dirname(os.path.abspath(__file__)) PYTHON_STEM = os.path.dirname(os.path.abspath(__file__))
CONF_PY_ADDENDUM = """ CONF_PY_ADDENDUM = """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment