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

python2 downgrade

parent 64704228
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#************************************************************************
# ToDo AP
......@@ -28,6 +28,8 @@
# ------------------------------------------------------------------------------
# MODULES
# ------------------------------------------------------------------------------
from __future__ import print_function
from functools import wraps
import time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment