From 465f50666fb790d3df9505ddc083e20f4b60c159 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 23 Mar 2020 23:39:49 -0700 Subject: [PATCH] Fix Tautulli.py import future after lib folder inserted --- Tautulli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tautulli.py b/Tautulli.py index a402a296..8b5bdb44 100755 --- a/Tautulli.py +++ b/Tautulli.py @@ -17,14 +17,14 @@ # You should have received a copy of the GNU General Public License # along with Tautulli. If not, see . -from future.builtins import str - import os import sys # Ensure lib added to path, before any other imports sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib')) +from future.builtins import str + import argparse import datetime import locale