nelenkov / aboot-parser

Android bootloader (aboot) parser
Apache License 2.0
58 stars 16 forks source link

SyntaxError #4

Open Sota4Ever opened 6 months ago

Sota4Ever commented 6 months ago

C:\root\Android\aboot-parser> python parse-aboot.py boot.img

File "/root/Android/aboot-parser/parse-aboot.py", line 37 print '-' * 40 ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

nelenkov commented 6 months ago

This is old, Python2 only code. If want to modify to support Python3, feel free to submit a PR.

Sota4Ever commented 6 months ago

Este es un código antiguo, exclusivo de Python2. Si desea modificarlo para admitir Python3, no dude en enviar un PR.

PR?