Skip to content

Commit

Permalink
fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Nov 28, 2015
1 parent ed871f5 commit d49605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspider/libs/multiprocessing_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def Queue(maxsize=0):
def Queue(maxsize=0):
return MultiProcessingQueue(maxsize)
else:
from MultiProcessingQueue import Queue # flake8: noqa
from multiprocessing import Queue # flake8: noqa

0 comments on commit d49605d

Please sign in to comment.