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

Skip to content

Commit c3705d3

Browse files
committed
Fix NameError from #13719 fix
1 parent 420f698 commit c3705d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/tests/test_bdist_msi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for distutils.command.bdist_msi."""
2+
import os
23
import sys
34
import unittest
45
from test.support import run_unittest

0 commit comments

Comments
 (0)