Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created September 27, 2011 23:40
Show Gist options
  • Save andymckay/1246566 to your computer and use it in GitHub Desktop.
Save andymckay/1246566 to your computer and use it in GitHub Desktop.
>>> ad.delete('foo')
------------------------------------------------------------
...
File "/Users/andy/sandboxes/zamboni/apps/search/forms.py", line 262, in <module>
class ESSearchForm(forms.Form):
File "/Users/andy/sandboxes/zamboni/apps/search/forms.py", line 269, in ESSearchForm
choices=[(t, amo.ADDON_TYPE[t]) for t in amo.ADDON_SEARCH_TYPES])
AttributeError: 'module' object has no attribute 'ADDON_SEARCH_TYPES'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment