From 44983793f5014b75758571d8cbe74a031f6b5647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 30 Aug 2020 12:24:33 +0200 Subject: [PATCH] TestRunner.py import moved to top This patch moves these imports to the top. --- test/OLItest/TestRunner.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/OLItest/TestRunner.py b/test/OLItest/TestRunner.py index a7a3276..8d5ca5b 100644 --- a/test/OLItest/TestRunner.py +++ b/test/OLItest/TestRunner.py @@ -20,12 +20,11 @@ import subprocess import tempfile import random import offlineimap.virtual_imaplib2 as imaplib - -random.seed() - from offlineimap.CustomConfig import CustomConfigParser from . import default_conf +random.seed() + class OLITestLib(): cred_file = None