If no internet connection:
    if have files:
        run anyway, with warning
    else:
        ERROR
else:
    if error getting hash/files:
        if have files:
            run anyway, with warning
        else:
            ERROR
    else:
        run
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to