trivial: import print_function for cron messages

This commit is contained in:
Frédéric Péters 2019-12-03 14:43:34 +01:00
parent 74098a2608
commit d165872b4c
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
import tempfile
import time
import os