~ubuntu-branches/debian/stretch/arriero/stretch

« back to all changes in this revision

Viewing changes to bin/arriero

  • Committer: Package Import Robot
  • Author(s): Margarita Manterola
  • Date: 2014-03-15 18:30:59 UTC
  • Revision ID: package-import@ubuntu.com-20140315183059-nap87isjg53t0tcf
Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
# -*- coding: utf8 -*-
 
3
 
 
4
from arriero import arriero
 
5
 
 
6
if __name__ == '__main__':
 
7
    arriero.main()
 
8
 
 
9
# vi:expandtab:softtabstop=4:shiftwidth=4:smarttab