19a5e2e Don't use str.removeprefix()

Authored and Committed by csomh 2 years ago
    Don't use str.removeprefix()
    
    This string method got introduced only in Python 3.9. Not all
    installations have this version.
    
    Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
    
        
file modified
+1 -1