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

python2 downgrade

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