Fix lp-test target compaints
authorSimo Sorce <simo@redhat.com>
Fri, 24 Oct 2014 21:45:45 +0000 (17:45 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Mon, 27 Oct 2014 13:58:13 +0000 (14:58 +0100)
This was making make test fail even though make tests was working

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
tests/tests.py

index f12182d..6dfd8c4 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import argparse
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import argparse
-from datetime import datetime
 import inspect
 from ipsilon.util import plugin
 import inspect
 from ipsilon.util import plugin
-import logging
 import os
 import sys
 import subprocess
 import os
 import sys
 import subprocess