#!/usr/bin/env python # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
script to view mozilla profiles """ import optparse import os import sys
# check existence
missing = [i for i in args ifnot os.path.exists(i)] if missing: if len(missing) > 1:
missing_string = "Profiles do not exist" else:
missing_string = "Profile does not exist"
parser.error("%s: %s" % (missing_string, ", ".join(missing)))
# print summary for each profile while args:
path = args.pop(0)
profile = mozprofile.Profile(path)
print(profile.summary()) if args:
print("-" * 4)
if __name__ == "__main__":
view_profile()
Messung V0.5
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.