Import USHRT_MAX to fix failing test_devpool test

This commit is contained in:
Christian Heimes 2013-12-15 15:36:20 +01:00
parent 720c7e28cb
commit 21ebbb2777
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import select
import sys import sys
import unittest import unittest
from test.support import TESTFN, run_unittest from test.support import TESTFN, run_unittest
from _testcapi import USHRT_MAX
try: try:
select.devpoll select.devpoll