X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Futil%2Fsfalogging.py;h=fd1cabfef88170a8e11acf46e9e4ea807f7b4d4b;hp=078935348ba969613a4934903a97d8b7e3130df4;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/sfa/util/sfalogging.py b/sfa/util/sfalogging.py index 07893534..fd1cabfe 100644 --- a/sfa/util/sfalogging.py +++ b/sfa/util/sfalogging.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 """ A reroutable logger that can handle deep tracebacks @@ -34,7 +34,7 @@ Implementation: # pylint: disable=c0111, c0103, w1201 -from __future__ import print_function + import os import os.path