lholecek / waiverdb

Forked from waiverdb 6 years ago
Clone

c7f62a7 Fix SafeConfigParser deprecation warning in cli

Authored and Committed by Lukas Holecek 4 years ago
    Fix SafeConfigParser deprecation warning in cli
    
    Replace SafeConfigParser with ConfigParser as suggested by the warning.
    
        waiverdb/cli.py:187: DeprecationWarning: The SafeConfigParser class
        has been renamed to ConfigParser in Python 3.2. This alias will be
        removed in future versions. Use ConfigParser directly instead.
    
    Signed-off-by: Lukas Holecek <hluk@email.cz>
    
        
file modified
+1 -1