issue 10527: fix missing import

This commit is contained in:
Giampaolo Rodola' 2013-01-03 02:54:27 +01:00
parent 0af71aae2d
commit 549d465fe2
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import errno
import time
import tempfile
import itertools
import select
import _multiprocessing
from multiprocessing import current_process, AuthenticationError