Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError #4

Open
Sota4Ever opened this issue Apr 5, 2024 · 2 comments
Open

SyntaxError #4

Sota4Ever opened this issue Apr 5, 2024 · 2 comments

Comments

@Sota4Ever
Copy link

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
Copy link
Owner

nelenkov commented Apr 5, 2024

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

@Sota4Ever
Copy link
Author

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

PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants