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

python2 downgrade

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