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

python2 downgrade

parent a1011e7b
No related branches found
No related tags found
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)
...@@ -59,6 +59,8 @@ Read the documentation for usage instructions. ...@@ -59,6 +59,8 @@ Read the documentation for usage instructions.
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# MODULES # MODULES
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
from __future__ import print_function
import datetime import datetime
import os import os
import inspect import inspect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment