Skip to content

Commit

Permalink
updates to process and pipe import code...need a way to turn
Browse files Browse the repository at this point in the history
billiard on/off
  • Loading branch information
FredAtLandMetrics committed Oct 19, 2017
1 parent 0f2658d commit 9095d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions memory_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
continue
if use_if_test is None or use_if_test():
try:
from multi_module import Process, Pipe
Process = multi_module.Process
Pipe = multi_module.Pipe
break
except ImportError:
except AttributeError:
continue


Expand Down

0 comments on commit 9095d8e

Please sign in to comment.