Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
cclauss authored Aug 22, 2017
commit ad762662e31d20041897f5bcef9ac202b28774bf
2 changes: 1 addition & 1 deletion examples/sc2autosave.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
import sc2reader

try:
raw_input # Python 3
raw_input # Python 2
except NameError:
raw_input = input # Python 3

Expand Down