File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
PhysicsTools/PythonAnalysis/test Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4242<test name =" import-argparse" command =" python3 -c 'import argparse'" />
4343<test name =" import-autopep8" command =" python3 -c 'import autopep8'" />
4444<test name =" import-avro" command =" python3 -c 'import avro'" />
45- <test name =" import-backports_abc" command =" python3 -c 'import backports_abc'" />
4645<test name =" import-backports.lzma" command =" python3 -c 'import backports.lzma'" />
4746<test name =" import-backports.ssl_match_hostname" command =" python3 -c 'import backports.ssl_match_hostname'" />
4847<test name =" import-bleach" command =" python3 -c 'import bleach'" />
8988<test name =" import-notebook" command =" python3 -c 'import notebook'" />
9089<test name =" import-numexpr" command =" python3 -c 'import numexpr'" />
9190<test name =" import-numpy" command =" python3 -c 'import numpy'" />
92- <test name =" import-ordereddict" command =" python2 -c 'import ordereddict'" />
9391<test name =" import-packaging" command =" python3 -c 'import packaging'" />
9492<test name =" import-pandas" command =" python3 -c 'import pandas'" />
9593<test name =" import-pandocfilters" command =" python3 -c 'import pandocfilters'" />
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22# from https://gist.github.com/IevaZarina/ef63197e089169a9ea9f3109058a9679
33
44from __future__ import print_function
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22import pycurl
33c = pycurl .Curl ()
44c .setopt (c .URL , 'https://cmssdt.cern.ch/SDT/' )
You can’t perform that action at this time.
0 commit comments