mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
python3 support
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user