Commit 292a027c by Sébastien Eustace

Fix build backend for Python 2.7

parent 8055bcf4
......@@ -4,10 +4,9 @@ PEP-517 compliant buildsystem API
import logging
import sys
from pathlib import Path
from poetry.poetry import Poetry
from poetry.io import NullIO
from poetry.utils._compat import Path
from poetry.utils._compat import unicode
from poetry.utils.env import SystemEnv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment