46b9139 ipatests: remove workaround for pylint error no-name-in-module

1 file Authored by sorlov 4 years ago, Committed by frenaud 4 years ago,
    ipatests: remove workaround for pylint error no-name-in-module
    
    The proper solution is to add line
    from __future__ import absolute_import
    
    Fixes: https://pagure.io/freeipa/issue/8220
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>