Skip to content

Commit

Permalink
minor: added some documentation, pep8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 11, 2012
1 parent 87fc517 commit 6fec2da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions moa/cli/moainit.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#!/usr/bin/env python
"""Return the path to the moa environment initializiation
script. Should be called as:
. `moainit`
"""

import os
import pkg_resources
import subprocess as sp


def moainit():
Expand All @@ -12,5 +16,6 @@ def moainit():
'moa', 'data/etc/profile.d/moa.sh')
print moash


if __name__ == '__main__':
moainit()

0 comments on commit 6fec2da

Please sign in to comment.