From 965e6299f409e6eacf3490a11f8161ea643ac2f8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 24 Oct 2014 17:45:45 -0400 Subject: [PATCH] Fix lp-test target compaints This was making make test fail even though make tests was working Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- tests/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tests.py b/tests/tests.py index f12182d..6dfd8c4 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -18,10 +18,8 @@ # along with this program. If not, see . import argparse -from datetime import datetime import inspect from ipsilon.util import plugin -import logging import os import sys import subprocess -- 2.20.1