~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webservice/json.py

  • Committer: Francis J. Lacoste
  • Date: 2011-07-14 21:44:22 UTC
  • mto: This revision was merged to the branch mainline in revision 13501.
  • Revision ID: francis.lacoste@canonical.com-20110714214422-6hd599k0aifl7a4e
Fix some typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
"""Additional JSON serializer for the web service."""
5
5
 
6
6
__metaclass__ = type
7
 
__all__ = []
 
7
__all__ = [
 
8
    'StrJSONSerializer',
 
9
    ]
8
10
 
9
11
 
10
12
from lazr.restful.interfaces import IJSONPublishable