Skip to content
Snippets Groups Projects
Commit a1011e7b authored by Anne Philipp's avatar Anne Philipp
Browse files

python2 downgrade

parent 12face26
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#*******************************************************************************
# @Author: Anne Fouilloux (University of Oslo)
......@@ -57,6 +57,8 @@ Read the documentation for usage instructions.
# ------------------------------------------------------------------------------
# MODULES
# ------------------------------------------------------------------------------
from __future__ import print_function
import os
import sys
import subprocess
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment