Skip to content

Commit

Permalink
add support for "python -m manage" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jun 29, 2016
1 parent 6c39e0d commit b76a5af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from manage.cli import main
main()

0 comments on commit b76a5af

Please sign in to comment.