From a5da8d984df96974a94158edc8e33ff15bb07829 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2017 21:11:57 -0500 Subject: [PATCH] python3 support --- pipenv/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/project.py b/pipenv/project.py index 8e31b47e..f589e740 100644 --- a/pipenv/project.py +++ b/pipenv/project.py @@ -1,8 +1,8 @@ import os import toml -import _pipfile as pipfile +from . import _pipfile as pipfile from .utils import format_toml, multi_split from .utils import convert_deps_from_pip, convert_deps_to_pip