Skip to content

Commit

Permalink
Remove extra_options
Browse files Browse the repository at this point in the history
This is where main.options.python had been coming from.
  • Loading branch information
chadwhitacre committed Jun 18, 2015
1 parent 440e7c6 commit 6059c81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,6 @@ def show_targets():
""")
sys.exit()

extra_options = [
make_option('--python', action="store", dest="python", default="python"),
]

main( extra_options=extra_options
, default='show_targets'
main( default='show_targets'
, ignoreprefix="python" # workaround for gh190
)

0 comments on commit 6059c81

Please sign in to comment.