Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent 27daaad commit 748b873
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cq_cli/cq_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python3

# attempting to fix build failures on macOS
# https://stackoverflow.com/questions/27472194/syntax-error-whenever-i-try-to-use-sys-stderr
# surprisingly, this seems to fix issues on macOS - it shouldn't be necessary
# for any python3 installation, but this program fails to run on macOS without
# this import.
from __future__ import print_function

import os
Expand Down

0 comments on commit 748b873

Please sign in to comment.