Mercurial > repos > iuc > cwpair2
diff cwpair2_util.py @ 3:0533034acd09 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cwpair2 commit 0e7c1b37cf73425c6637b4e196fdeb290e042bc1
| author | iuc |
|---|---|
| date | Tue, 26 Jul 2016 06:05:44 -0400 |
| parents | d856e96b8ce2 |
| children | 6109a90ab0d6 |
line wrap: on
line diff
--- a/cwpair2_util.py Wed May 11 04:00:46 2016 -0400 +++ b/cwpair2_util.py Tue Jul 26 06:05:44 2016 -0400 @@ -5,8 +5,8 @@ import traceback import matplotlib -matplotlib.use('Agg') # noqa -from matplotlib import pyplot +matplotlib.use('Agg') +from matplotlib import pyplot # noqa: E402 # Data outputs DETAILS = 'D'
