~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/teams.py

  • Committer: Tarmac
  • Author(s): Benji York
  • Date: 2013-07-22 17:57:14 UTC
  • mfrom: (317.2.15 even-more-bundles)
  • Revision ID: tarmac-20130722175714-zc4altyt3t9dwmuu
[r=abentley][bug=][author=benji] Make the queue worker process the basket queue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
@since: 2.1.1
66
66
"""
67
67
 
68
 
from openid.message import registerNamespaceAlias, \
69
 
     NamespaceAliasRegistrationError
 
68
from openid.message import (
 
69
    registerNamespaceAlias,
 
70
    NamespaceAliasRegistrationError,
 
71
)
70
72
from openid.extension import Extension
71
73
from openid import oidutil
72
74