79c0e6d Remove import nss from test_ldap

1 file Authored by cheimes 7 years ago, Committed by mbasti 7 years ago,
    Remove import nss from test_ldap
    
    test_ldap just imported nss.nss to call nss_init_nodb(). It should be
    safe to remove the call. Let's see what CI has to say.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>