Merge lp:~allenap/maas/builtin-scripts-test-init into lp:~maas-committers/maas/trunk

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: no longer in the source branch.
Merged at revision: 5739
Proposed branch: lp:~allenap/maas/builtin-scripts-test-init
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 1 lines (+0/-0)
0 files modified
To merge this branch: bzr merge lp:~allenap/maas/builtin-scripts-test-init
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+317366@code.launchpad.net

Commit message

Add __init__.py to src/metadataserver/builtin_scripts/tests.

There's another directory (src/metadataserver/user_data/snippets) which must not contain __init__.py because it will cause imports to break.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

Selfie; it's trivial.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'src/metadataserver/builtin_scripts/tests/__init__.py'