From 08e2a3a883d6c1885b6e8a14468815fefe112a8f Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 20 Jan 2014 23:28:48 +0100 Subject: [PATCH] Import print function --- CouchPotato.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CouchPotato.py b/CouchPotato.py index 069fb65..252dfe1 100755 --- a/CouchPotato.py +++ b/CouchPotato.py @@ -1,3 +1,4 @@ +from __future__ import print_function #!/usr/bin/env python from logging import handlers from os.path import dirname