1
1
# Copyright 2009 Canonical Ltd. This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
6
7
from operator import attrgetter
12
11
original_import = __builtin__.__import__
13
12
database_root = 'canonical.launchpad.database'