e73fdcf Import urllib submodules

1 file Authored by cheimes 4 years ago, Committed by rcritten 4 years ago,
    Import urllib submodules
    
    otpclient only imported the urllib parent package, not urllib.request
    and urllib.parse subpackages. This may or may not work depending on the
    import order of other plugins.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>