PageRenderTime 15ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/bin/apiary

https://bitbucket.org/lindenlab/apiary/
Python | 10 lines | 5 code | 4 blank | 1 comment | 0 complexity | 05637d6acca5cde3b745a8e3012df17c MD5 | raw file
  1. #!/usr/bin/python
  2. import sys
  3. from os.path import dirname, abspath
  4. sys.path.append(dirname(dirname(abspath(sys.argv[0]))))
  5. import apiary
  6. apiary.main()