mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
fix test_platform (os was not imported)
This commit is contained in:
parent
6e7e0790de
commit
913c15c1c6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import sys
|
||||
import os
|
||||
import unittest
|
||||
import platform
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue