|  | @@ -453,8 +453,8 @@ class TaskPool(BasePool):
 | 
											
												
													
														|  |          """
 |  |          """
 | 
											
												
													
														|  |          if self.options.get('maxtasksperchild'):
 |  |          if self.options.get('maxtasksperchild'):
 | 
											
												
													
														|  |              try:
 |  |              try:
 | 
											
												
													
														|  | -                import _billiard  # noqa
 |  | 
 | 
											
												
													
														|  | -                _billiard.Connection.send_offset
 |  | 
 | 
											
												
													
														|  | 
 |  | +                from billiard import Connection
 | 
											
												
													
														|  | 
 |  | +                Connection.send_offset
 | 
											
												
													
														|  |              except (ImportError, AttributeError):
 |  |              except (ImportError, AttributeError):
 | 
											
												
													
														|  |                  # billiard C extension not installed
 |  |                  # billiard C extension not installed
 | 
											
												
													
														|  |                  warning(MAXTASKS_NO_BILLIARD)
 |  |                  warning(MAXTASKS_NO_BILLIARD)
 |