2
# Copyright 2009 Canonical Ltd. This software is licensed under the
3
# GNU Affero General Public License version 3 (see the file LICENSE).
5
"""Scrub a Launchpad database of private data."""
9
# pylint: disable-msg=W0403
12
from lp.scripts.utilities.sanitizedb import SanitizeDb
14
if __name__ == '__main__':
15
SanitizeDb().lock_and_run()