Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a23c3f

Browse files
author
Thomas Heller
committed
get_python_version was not imported.
1 parent b0cd38c commit 3a23c3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/command/bdist_wininst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from distutils.util import get_platform
1414
from distutils.dir_util import create_tree, remove_tree
1515
from distutils.errors import *
16+
from distutils.sysconfig import get_python_version
1617
from distutils import log
1718

1819
class bdist_wininst (Command):

0 commit comments

Comments
 (0)