Skip to content

Commit

Permalink
Fix how go() is called from as-module init
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 26, 2018
1 parent fb84347 commit aaaaf04
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 aaaaf04

Please sign in to comment.