~corey.bryant/ubuntu-reports/upstream-final

« back to all changes in this revision

Viewing changes to server/cloud-archive/version-tracker/common.py

  • Committer: james.page at ubuntu
  • Date: 2015-06-09 14:37:31 UTC
  • Revision ID: james.page@ubuntu.com-20150609143731-57c3p6f1b5m0qgnb
Fixup syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        'ubuntu_stable': 'trusty',
33
33
        'ubuntu_dev': 'vivid',
34
34
    },
35
 
    'liberty': [
 
35
    'liberty': {
36
36
        'ubuntu_stable': 'trusty',
37
37
        'ubuntu_dev': 'wily',
38
38
    },