]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix NameError from #13719 fix
authorÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 16:02:31 +0000 (17:02 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 16:02:31 +0000 (17:02 +0100)
Lib/distutils/tests/test_bdist_msi.py

index 9cbfb0c5c4ec73030616b23b3883115ce3749b26..e5994610701315ca7c27eeef0bc9bd2f58c21acd 100644 (file)
@@ -1,4 +1,5 @@
 """Tests for distutils.command.bdist_msi."""
+import os
 import sys
 import unittest
 from test.support import run_unittest