Skip to content

Commit

Permalink
Merge pull request #298 from PyAr/fix-modulecall
Browse files Browse the repository at this point in the history
Fix how go() is called from as-module init
  • Loading branch information
gilgamezh committed Mar 26, 2018
2 parents fb84347 + aaaaf04 commit e923ae0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fades/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Init file to allow execution of fades as a module."""

import sys

from fades import main
main.go(sys.argv)
main.go()

0 comments on commit e923ae0

Please sign in to comment.