~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/testing/factory.py

[r=sinzui][bug=1208477][author=abentley] Remove doctype attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
        "categories": categories,
254
254
        "changes": changes,
255
255
        "description": description,
256
 
        "doctype": "charm",
257
256
        "hooks": [
258
257
            "install",
259
258
            "start",
327
326
                branch_deleted=branch_deleted,
328
327
                data=data,
329
328
                description=description,
330
 
                doctype='bundle',
331
329
                inherits=inherits,
332
330
                name=name,
333
331
                owner=owner,