Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit fd8279ce authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS Committed by inp
Browse files

FIX(scripts) hashbang PY3, as suggested in for-everyone/support#844

parent 22ccefbc
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python +#!/usr/bin/env python3
import pandas as pd import pandas as pd
......
#!/usr/bin/env python #!/usr/bin/env python3
from collections import defaultdict from collections import defaultdict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment