~launchpad-pqm/launchpad/devel

8687.15.17 by Karl Fogel
Add the copyright header block to the rest of the files under lib/lp/.
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
1071 by Canonical.com Patch Queue Manager
Add autoupdate column to Product (stub-approved), and set it false by default and upon manual edits.
3
4
__metaclass__ = type
5
8203.2.4 by Curtis Hovey
Consolidated lp.regisrty.subscribers.
6
__all__ = [
7
    'product_modified',
8
    ]
9
1071 by Canonical.com Patch Queue Manager
Add autoupdate column to Product (stub-approved), and set it false by default and upon manual edits.
10
11
def product_modified(product, event):
1109 by Canonical.com Patch Queue Manager
nicole updates
12
    pass
1071 by Canonical.com Patch Queue Manager
Add autoupdate column to Product (stub-approved), and set it false by default and upon manual edits.
13