~joetalbott/+junk/fix_tmpdir

« back to all changes in this revision

Viewing changes to core-image-builder.py

  • Committer: Joe Talbott
  • Date: 2015-05-19 21:37:40 UTC
  • Revision ID: joe.talbott@canonical.com-20150519213740-48l0u6bmecbyg9mt
Add core-image-publisher code with name changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python3
 
2
 
 
3
from core_image_builder import main
 
4
 
 
5
 
 
6
if __name__ == '__main__':
 
7
    main()