~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to bin/snapcraft

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-09-17 16:52:05 UTC
  • mfrom: (172.1.1 snapcraft)
  • Revision ID: snappy_tarmac-20150917165205-sok57yyyv836wpot
Fixing pep issues with bin/snapcraft by sergiusens approved by elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
if __name__ == "__main__":
32
32
    snapcraft.dirs.setup_dirs()
33
33
    snapcraft.main.main()
34