Skip to content

Commit

Permalink
Fix version incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Mar 5, 2017
1 parent 74056ca commit 8a845d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easycython/easycython.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@begin.start
def main(annotation=True, numpy_includes=True, debugmode=False,
make_exes: 'Files will be compiled into binary executables'=False,
make_exes=False,
*filenames):
if debugmode:
logging.getLogger().setLevel(logging.INFO)
Expand Down

0 comments on commit 8a845d6

Please sign in to comment.