Skip to content

Commit

Permalink
Fix for vishnubob#116
Browse files Browse the repository at this point in the history
  • Loading branch information
yourGrigor committed May 4, 2017
1 parent 4b7a229 commit 89e12e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def configure_platform():
setup_alsa(ns)
pass
else:
print "No sequencer available for '%s' platform." % platform
print("No sequencer available for '%s' platform." % platform)
return ns

if __name__ == "__main__":
Expand Down

0 comments on commit 89e12e5

Please sign in to comment.