Mercurial > repos > scottx611x > cooler_convert
diff recursive_agg_onefile.py @ 35:7ede301a13f8 draft
planemo upload commit 9e980862c8b763cf3dd0209be49f0d2d75a90614-dirty
| author | scottx611x |
|---|---|
| date | Mon, 21 Nov 2016 17:17:21 -0500 |
| parents | b0ddb29cd92b |
| children | 79176387b351 |
line wrap: on
line diff
--- a/recursive_agg_onefile.py Mon Nov 21 17:16:05 2016 -0500 +++ b/recursive_agg_onefile.py Mon Nov 21 17:17:21 2016 -0500 @@ -1,7 +1,5 @@ +from __future__ import division, print_function import sys - -from __future__ import division, print_function - print(sys.executable) from multiprocessing import Pool
