~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/views/api.py

  • Committer: Tarmac
  • Author(s): Brad Crittenden
  • Date: 2013-08-02 18:23:12 UTC
  • mfrom: (332.1.2 apisearch)
  • Revision ID: tarmac-20130802182312-ty9mt8k6h39pmr4h
[r=abentley][bug=][author=bac] Change api_search and related charms to ignore bundles for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from gridfs.errors import NoFile
17
17
from pyramid.httpexceptions import (
18
18
    HTTPFound,
19
 
    HTTPNotFound
 
19
    HTTPNotFound,
20
20
)
21
21
from pyramid.view import view_config
22
22
from webob import Response