diff options
author | Azul <azul@leap.se> | 2014-04-16 11:16:00 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-17 10:39:59 +0200 |
commit | bfda2c55bd4824d94d384a39960c91b6e1f8d14b (patch) | |
tree | b197ffe93c3692528676260c886eb28d1cb48e21 /test | |
parent | 0f0057e65c6bfcb98ce53e1a48aa1460d3a6716a (diff) |
remove unneeded imports
Diffstat (limited to 'test')
-rwxr-xr-x | test/nagios/webapp_login.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |