Fix rev85282, add missing import of subprocess module

This commit is contained in:
Christian Heimes 2013-08-20 22:09:41 +02:00
parent 5617df1be6
commit 0688897f05
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Test case for the os.poll() function
import os
import subprocess
import random
import select
import _testcapi