~thomir-deactivatedaccount/core-result-checker/ci-result-checker-config

« back to all changes in this revision

Viewing changes to core-result-checker.py

  • Committer: Ubuntu CI Bot
  • Author(s): Thomi Richards
  • Date: 2015-03-25 03:42:38 UTC
  • mfrom: (1.1.1 trunk-stub)
  • Revision ID: ubuntu_ci_bot-20150325034238-xj34770er9gqg2jp
Initial service stub. [r=Francis Ginther]

Show diffs side-by-side

added added

removed removed

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