~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/registry/interfaces/oauth.py

  • Committer: Marc Tardif
  • Date: 2011-09-14 01:25:40 UTC
  • Revision ID: marc.tardif@canonical.com-20110914012540-1gs255vhv6kb0mg4
Added updating of submissions periodically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        for reading and changing anything, including private data.
54
54
        """)
55
55
 
 
56
    DESKTOP_INTEGRATION = DBItem(60, """
 
57
        Integrate an entire system
 
58
 
 
59
        Every application running on your desktop will have read-write
 
60
        access to your Launchpad account, including to your private
 
61
        data. You should not allow this unless you trust the computer
 
62
        you're using right now.
 
63
        """)
 
64
 
56
65
 
57
66
class IOAuthConsumer(IHasDateCreated):
58
67
    """An application which acts on behalf of a Launchpad user."""