~hardware-certification/checkbox-server/mathiaz

« back to all changes in this revision

Viewing changes to plugins/server_exchange.py

  • Committer: Marc Tardif
  • Date: 2008-01-23 12:14:02 UTC
  • Revision ID: marc.tardif@canonical.com-20080123121402-7qeo3hrmj7e5smvs
Added submission ID configuration variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
class ServerExchange(Plugin):
5
5
 
6
 
    pass
 
6
    attributes = ["submission_id"]
7
7
 
8
8
 
9
9
factory = ServerExchange