From 4b1151bda116cb83e4990f63fe93b65191d541d6 Mon Sep 17 00:00:00 2001 From: Ruud Burger Date: Wed, 22 Jan 2014 08:48:22 +0100 Subject: [PATCH] Put future import after shebang --- CouchPotato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CouchPotato.py b/CouchPotato.py index 252dfe1..e73ed9a 100755 --- a/CouchPotato.py +++ b/CouchPotato.py @@ -1,5 +1,5 @@ -from __future__ import print_function #!/usr/bin/env python +from __future__ import print_function from logging import handlers from os.path import dirname import logging