From bfda2c55bd4824d94d384a39960c91b6e1f8d14b Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 16 Apr 2014 11:16:00 +0200 Subject: remove unneeded imports --- test/nagios/webapp_login.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/nagios/webapp_login.py b/test/nagios/webapp_login.py index 4e78836..7741325 100755 --- a/test/nagios/webapp_login.py +++ b/test/nagios/webapp_login.py @@ -2,8 +2,6 @@ # Test Authentication with the webapp API works. -import string -import random from support.api import Api from support.config import Config from support.user import User -- cgit v1.2.3